| Index: chrome/app/client_util.cc
|
| diff --git a/chrome/app/client_util.cc b/chrome/app/client_util.cc
|
| index 2a100bb6596be42443c040a77ae023b12ec25115..9b49e9da85a2d89355012b44ed63218f3cb17d30 100644
|
| --- a/chrome/app/client_util.cc
|
| +++ b/chrome/app/client_util.cc
|
| @@ -42,7 +42,7 @@
|
| #include "components/crash/content/app/breakpad_win.h"
|
| #include "components/crash/content/app/crash_reporter_client.h"
|
| #include "components/metrics/client_info.h"
|
| -#include "content/public/app/startup_helper_win.h"
|
| +#include "content/public/app/sandbox_helper_win.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "sandbox/win/src/sandbox.h"
|
|
|
| @@ -319,7 +319,7 @@ void ChromeDllLoader::OnBeforeLaunch(const std::string& process_type,
|
| g_chrome_crash_client.Get().GetIsPerUserInstall(
|
| base::FilePath(exe_path));
|
| if (g_chrome_crash_client.Get().GetShouldDumpLargerDumps(
|
| - is_per_user_install)){
|
| + is_per_user_install)) {
|
| minidump_type = kasko::api::LARGER_DUMP_TYPE;
|
| }
|
| }
|
|
|