| 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) {
|
| + crash_keys::SetClientIDFromGUID(client_id);
|
| }
|
|
|
| #if defined(OS_WIN)
|
|
|