| 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 8c77d940343343bbcf30c514fec8e23329db3e16..031a2681fd7a8fa9f52bf4c1da90c35a5a5bc7d2 100644
|
| --- a/chrome/app/chrome_crash_reporter_client.cc
|
| +++ b/chrome/app/chrome_crash_reporter_client.cc
|
| @@ -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
|
| }
|
|
|