| Index: chrome/app/chrome_crash_reporter_client_win.h
|
| diff --git a/chrome/app/chrome_crash_reporter_client_win.h b/chrome/app/chrome_crash_reporter_client_win.h
|
| index 21b0d7bf6dcbd70c1a1096d31f5cd3764e1607ca..8dc896444f91fb0ae1f7b5a08d34cee575e60235 100644
|
| --- a/chrome/app/chrome_crash_reporter_client_win.h
|
| +++ b/chrome/app/chrome_crash_reporter_client_win.h
|
| @@ -37,6 +37,7 @@ class ChromeCrashReporterClient : public crash_reporter::CrashReporterClient {
|
| int GetResultCodeRespawnFailed() override;
|
|
|
| bool GetCrashDumpLocation(base::string16* crash_dir) override;
|
| + bool GetCrashMetricsLocation(base::string16* crash_dir) override;
|
|
|
| size_t RegisterCrashKeys() override;
|
|
|
|
|