| Index: components/crash/app/breakpad_mac.mm
|
| diff --git a/components/crash/app/breakpad_mac.mm b/components/crash/app/breakpad_mac.mm
|
| index 8a869d6a35633d5c8b1a07db6e41bed0c16bf752..f435483fee4d643705940f18e37ee9cb21f8314c 100644
|
| --- a/components/crash/app/breakpad_mac.mm
|
| +++ b/components/crash/app/breakpad_mac.mm
|
| @@ -252,13 +252,6 @@ void InitCrashReporter(const std::string& process_type) {
|
| SetCrashKeyValue(@"prod", [info_dictionary objectForKey:@BREAKPAD_PRODUCT]);
|
| SetCrashKeyValue(@"plat", @"OS X");
|
|
|
| - if (!is_browser) {
|
| - // Get the guid from the command line switch.
|
| - std::string client_guid =
|
| - command_line->GetSwitchValueASCII(switches::kEnableCrashReporter);
|
| - GetCrashReporterClient()->SetCrashReporterClientIdFromGUID(client_guid);
|
| - }
|
| -
|
| logging::SetLogMessageHandler(&FatalMessageHandler);
|
| base::debug::SetDumpWithoutCrashingFunction(&DumpHelper::DumpWithoutCrashing);
|
|
|
|
|