| Index: components/crash/content/app/crashpad_win.cc
|
| diff --git a/components/crash/content/app/crashpad_win.cc b/components/crash/content/app/crashpad_win.cc
|
| index 1e9c06c9301a3de52bb87c4b66e668f74cee6c38..3ad5f8d07dddb40c4f0f06fd8bf46071a22a0a32 100644
|
| --- a/components/crash/content/app/crashpad_win.cc
|
| +++ b/components/crash/content/app/crashpad_win.cc
|
| @@ -94,9 +94,7 @@ base::FilePath PlatformCrashpadInitialization(bool initial_client,
|
|
|
| base::FilePath exe_file(exe_file_path);
|
|
|
| - bool is_per_user_install =
|
| - crash_reporter_client->GetIsPerUserInstall(exe_file.value());
|
| - if (crash_reporter_client->GetShouldDumpLargerDumps(is_per_user_install)) {
|
| + if (crash_reporter_client->GetShouldDumpLargerDumps()) {
|
| const uint32_t kIndirectMemoryLimit = 4 * 1024 * 1024;
|
| crashpad::CrashpadInfo::GetCrashpadInfo()
|
| ->set_gather_indirectly_referenced_memory(
|
|
|