| 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 a68382657c216b4739f918be49187b770cc60cf4..e62c8db578f76c4b5ceb65be9b96606a497d2716 100644
|
| --- a/chrome/app/chrome_crash_reporter_client_win.h
|
| +++ b/chrome/app/chrome_crash_reporter_client_win.h
|
| @@ -32,8 +32,8 @@ class ChromeCrashReporterClient : public crash_reporter::CrashReporterClient {
|
| bool* is_rtl_locale) override;
|
| bool AboutToRestart() override;
|
| bool GetDeferredUploadsSupported(bool is_per_user_install) override;
|
| - bool GetIsPerUserInstall(const base::string16& exe_path) override;
|
| - bool GetShouldDumpLargerDumps(bool is_per_user_install) override;
|
| + bool GetIsPerUserInstall() override;
|
| + bool GetShouldDumpLargerDumps() override;
|
| int GetResultCodeRespawnFailed() override;
|
|
|
| bool GetCrashDumpLocation(base::string16* crash_dir) override;
|
|
|