blob: 4ee2fd1dff00e6d2b2a04670ba27d3c67e7c7a7e [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_CREDENTIAL_PROVIDER_SETUP_GCP_INSTALLER_CRASH_REPORTING_H_
#define CHROME_CREDENTIAL_PROVIDER_SETUP_GCP_INSTALLER_CRASH_REPORTING_H_
namespace base {
class CommandLine;
} // namespace base
namespace credential_provider {
// Sets up the crash reporting system for the installer.
// This function also sets all crash keys that are available during process
// startup. Also sets crash keys for the switches given in |command_line| and a
// crash key recording the version of the product which was present before the
// installer was run.
void ConfigureGcpInstallerCrashReporting(const base::CommandLine& command_line);
} // namespace credential_provider
#endif // CHROME_CREDENTIAL_PROVIDER_SETUP_GCP_INSTALLER_CRASH_REPORTING_H_