Index: chrome/installer/setup/installer_crash_reporting.cc |
diff --git a/chrome/installer/setup/installer_crash_reporting.cc b/chrome/installer/setup/installer_crash_reporting.cc |
index 7bfd32b40bd3ead188c0d2437a86f789437bde89..829b593c0756cb213e08d17e90eec57accc24dd0 100644 |
--- a/chrome/installer/setup/installer_crash_reporting.cc |
+++ b/chrome/installer/setup/installer_crash_reporting.cc |
@@ -94,7 +94,7 @@ void ConfigureCrashReporting(const InstallerState& installer_state) { |
} |
crash_reporter::InitializeCrashpadWithEmbeddedHandler(true, |
- "Chrome Installer"); |
+ "Chrome Installer", ""); |
// Set up the metrics client id (a la child_process_logging::Init()). |
std::unique_ptr<metrics::ClientInfo> client_info = |