| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 1b0b5cc285bf6bd81d576b3f4f936db78bebb83b..951894e006c0c3305fdad72fa5d8d360f44d017b 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -243,6 +243,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
|
|
|
|
|