| Index: chrome/installer/setup/installer_crash_reporter_client.h
|
| diff --git a/chrome/installer/setup/installer_crash_reporter_client.h b/chrome/installer/setup/installer_crash_reporter_client.h
|
| index 74f80488319eb62e4ae6cbf8cfe3b8bb4510cbde..320b5e3310f583774c08e0ea6fea8de03b23d9ec 100644
|
| --- a/chrome/installer/setup/installer_crash_reporter_client.h
|
| +++ b/chrome/installer/setup/installer_crash_reporter_client.h
|
| @@ -29,8 +29,8 @@ class InstallerCrashReporterClient
|
| 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;
|
| size_t RegisterCrashKeys() override;
|
|
|