Chromium Code Reviews| Index: chrome/app/chrome_breakpad_client.cc |
| diff --git a/chrome/app/chrome_breakpad_client.cc b/chrome/app/chrome_breakpad_client.cc |
| index 09cf2fab1128845fada0fa5331576e714279a071..aa8e84c6a004894ef0a6daaecd49a9629f4640ec 100644 |
| --- a/chrome/app/chrome_breakpad_client.cc |
| +++ b/chrome/app/chrome_breakpad_client.cc |
| @@ -80,8 +80,8 @@ ChromeBreakpadClient::ChromeBreakpadClient() {} |
| ChromeBreakpadClient::~ChromeBreakpadClient() {} |
| -void ChromeBreakpadClient::SetClientID(const std::string& client_id) { |
| - crash_keys::SetClientID(client_id); |
| +void ChromeBreakpadClient::InitClientID(const std::string& client_id) { |
|
Ilya Sherman
2014/07/08 03:21:38
nit: Should the variable be renamed to include "gu
gab
2014/07/08 18:42:22
Done.
|
| + crash_keys::SetClientIDFromGUID(client_id); |
| } |
| #if defined(OS_WIN) |