| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 721ba13361d2cc4a75f677c708ee8e0a0f954ce3..2e97af4b107fac781e1c6a704039a77bf5ff4ad1 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -238,6 +238,9 @@ const wchar_t kLaunchModeValue[] = L"launch_mode";
|
| // This is used by breakpad and the metrics reporting.
|
| const wchar_t kBrowserCrashDumpAttemptsRegistryPath[] =
|
| L"Software\\" PRODUCT_STRING_PATH L"\\BrowserCrashDumpAttempts";
|
| +// This is used by browser exit code metrics reporting.
|
| +const wchar_t kBrowserExitCodesRegistryPath[] =
|
| + L"Software\\" PRODUCT_STRING_PATH L"\\BrowserExitCodes";
|
| const char kSafeModeEnvVar[] = "CHROME_SAFE_MODE";
|
| #endif
|
|
|
|
|