summaryrefslogtreecommitdiffstats
path: root/components/breakpad/app/breakpad_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'components/breakpad/app/breakpad_mac.mm')
-rw-r--r--components/breakpad/app/breakpad_mac.mm4
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);