diff options
Diffstat (limited to 'components/breakpad/app/breakpad_mac.mm')
-rw-r--r-- | components/breakpad/app/breakpad_mac.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/breakpad/app/breakpad_mac.mm b/components/breakpad/app/breakpad_mac.mm index d46b0c4..6cb5504 100644 --- a/components/breakpad/app/breakpad_mac.mm +++ b/components/breakpad/app/breakpad_mac.mm @@ -238,9 +238,9 @@ void InitCrashReporter(const std::string& process_type) { if (!is_browser) { // Get the guid from the command line switch. - std::string guid = + std::string client_guid = command_line->GetSwitchValueASCII(switches::kEnableCrashReporter); - GetBreakpadClient()->SetClientID(guid); + GetBreakpadClient()->SetBreakpadClientIdFromGUID(client_guid); } logging::SetLogMessageHandler(&FatalMessageHandler); |