| Index: chrome/app/chrome_crash_reporter_client.cc
|
| diff --git a/chrome/app/chrome_crash_reporter_client.cc b/chrome/app/chrome_crash_reporter_client.cc
|
| index 7e43dafd352d3a828cc925ccfa54f6189798d6b5..09a7de390d1ea2f76df5ac9b295497b6329f7021 100644
|
| --- a/chrome/app/chrome_crash_reporter_client.cc
|
| +++ b/chrome/app/chrome_crash_reporter_client.cc
|
| @@ -12,7 +12,6 @@
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "build/build_config.h"
|
| -#include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_paths_internal.h"
|
| #include "chrome/common/chrome_result_codes.h"
|
| @@ -26,6 +25,7 @@
|
|
|
| #include "base/file_version_info.h"
|
| #include "base/win/registry.h"
|
| +#include "chrome/common/chrome_constants_util_win.h"
|
| #include "chrome/installer/util/google_chrome_sxs_distribution.h"
|
| #include "chrome/installer/util/install_util.h"
|
| #include "chrome/installer/util/util_constants.h"
|
| @@ -192,9 +192,7 @@ void ChromeCrashReporterClient::InitBrowserCrashDumpsRegKey() {
|
| #if !defined(NACL_WIN64)
|
| if (GetCollectStatsConsent()){
|
| crash_reporting_metrics_.reset(new browser_watcher::CrashReportingMetrics(
|
| - InstallUtil::IsChromeSxSProcess()
|
| - ? chrome::kBrowserCrashDumpAttemptsRegistryPathSxS
|
| - : chrome::kBrowserCrashDumpAttemptsRegistryPath));
|
| + chrome::GetBrowserCrashDumpAttemptsRegistryPath()));
|
| }
|
| #endif
|
| }
|
|
|