Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: chrome/common/chrome_constants.cc

Issue 717223002: Browser watcher end-end-to-end . (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/lkgr
Patch Set: Move to components Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698