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

Unified Diff: chrome/common/crash_keys.h

Issue 2797433002: Include Google Update integration details in crash keys and about:version. (Closed)
Patch Set: Created 3 years, 9 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
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

Powered by Google App Engine
This is Rietveld 408576698