summaryrefslogtreecommitdiffstats
path: root/components/breakpad/app/breakpad_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/breakpad/app/breakpad_linux.cc')
-rw-r--r--components/breakpad/app/breakpad_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/breakpad/app/breakpad_linux.cc b/components/breakpad/app/breakpad_linux.cc
index fe9388c..df9d588 100644
--- a/components/breakpad/app/breakpad_linux.cc
+++ b/components/breakpad/app/breakpad_linux.cc
@@ -206,7 +206,7 @@ void SetClientIdFromCommandLine(const CommandLine& command_line) {
// Get the guid from the command line switch.
std::string switch_value =
command_line.GetSwitchValueASCII(switches::kEnableCrashReporter);
- GetBreakpadClient()->SetClientID(switch_value);
+ GetBreakpadClient()->SetBreakpadClientIdFromGUID(switch_value);
}
// MIME substrings.