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

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: Address Erik's comments. 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
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | components/browser_watcher.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | components/browser_watcher.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698