| Index: components/crash/content/app/crash_reporter_client.cc
|
| diff --git a/components/crash/content/app/crash_reporter_client.cc b/components/crash/content/app/crash_reporter_client.cc
|
| index 3dfbd99f3759c84ce306e44dde06f49c22b99c85..fd8834878917f670076d843569e45bed4446ad44 100644
|
| --- a/components/crash/content/app/crash_reporter_client.cc
|
| +++ b/components/crash/content/app/crash_reporter_client.cc
|
| @@ -75,11 +75,11 @@ bool CrashReporterClient::GetDeferredUploadsSupported(
|
| return false;
|
| }
|
|
|
| -bool CrashReporterClient::GetIsPerUserInstall(const base::string16& exe_path) {
|
| +bool CrashReporterClient::GetIsPerUserInstall() {
|
| return true;
|
| }
|
|
|
| -bool CrashReporterClient::GetShouldDumpLargerDumps(bool is_per_user_install) {
|
| +bool CrashReporterClient::GetShouldDumpLargerDumps() {
|
| return false;
|
| }
|
|
|
|
|