| Index: components/crash/app/crash_reporter_client.cc
|
| diff --git a/components/crash/app/crash_reporter_client.cc b/components/crash/app/crash_reporter_client.cc
|
| index 3440a18a2046d12ce359d310d542f9e4be23eba7..57edf590406174d14f8834be34a88b8b1d303b51 100644
|
| --- a/components/crash/app/crash_reporter_client.cc
|
| +++ b/components/crash/app/crash_reporter_client.cc
|
| @@ -27,9 +27,11 @@ CrashReporterClient* GetCrashReporterClient() {
|
| CrashReporterClient::CrashReporterClient() {}
|
| CrashReporterClient::~CrashReporterClient() {}
|
|
|
| +#if !defined(OS_MACOSX)
|
| void CrashReporterClient::SetCrashReporterClientIdFromGUID(
|
| const std::string& client_guid) {
|
| }
|
| +#endif
|
|
|
| #if defined(OS_WIN)
|
| bool CrashReporterClient::GetAlternativeCrashDumpLocation(
|
|
|