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

Unified Diff: chrome/common/crash_keys.h

Issue 2797433002: Include Google Update integration details in crash keys and about:version. (Closed)
Patch Set: components/version_ui/OWNERS now own version_ui_strings.grdp Created 3 years, 8 months 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/browser/ui/webui/version_ui.cc ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/crash_keys.h
diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
index 142bd8403f3979c22cb40192ba00b393e16b2374..7abe2086fe352098089178e59ac16a4431b0d05e 100644
--- a/chrome/common/crash_keys.h
+++ b/chrome/common/crash_keys.h
@@ -87,6 +87,12 @@ extern const char kThirdPartyModulesNotLoaded[];
// Whether the machine is enterprise managed (only sent on Windows).
extern const char kIsEnterpriseManaged[];
+
+// The "ap" (additional parameters) value in Chrome's ClientState registry key.
+extern const char kApValue[];
+
+// The "name" value in Chrome's ClientState\cohort registry key.
+extern const char kCohortName[];
#endif
// Number of input event send IPC failures. Added to debug
« no previous file with comments | « chrome/browser/ui/webui/version_ui.cc ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698