| Index: chrome/app/chrome_crash_reporter_client.cc
|
| diff --git a/chrome/app/chrome_crash_reporter_client.cc b/chrome/app/chrome_crash_reporter_client.cc
|
| index 25769f6cba1c476d807fcfad9a4b638df5a021e7..ff1b2bbd9c26907d3e7d14220d98aee9828d753b 100644
|
| --- a/chrome/app/chrome_crash_reporter_client.cc
|
| +++ b/chrome/app/chrome_crash_reporter_client.cc
|
| @@ -80,10 +80,12 @@ ChromeCrashReporterClient::ChromeCrashReporterClient() {}
|
|
|
| ChromeCrashReporterClient::~ChromeCrashReporterClient() {}
|
|
|
| +#if !defined(OS_MACOSX)
|
| void ChromeCrashReporterClient::SetCrashReporterClientIdFromGUID(
|
| const std::string& client_guid) {
|
| - crash_keys::SetCrashClientIdFromGUID(client_guid);
|
| + crash_keys::SetMetricsClientIdFromGUID(client_guid);
|
| }
|
| +#endif
|
|
|
| #if defined(OS_WIN)
|
| bool ChromeCrashReporterClient::GetAlternativeCrashDumpLocation(
|
|
|