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

Unified Diff: components/version_ui/version_ui_constants.cc

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: components/version_ui/version_ui_constants.cc
diff --git a/components/version_ui/version_ui_constants.cc b/components/version_ui/version_ui_constants.cc
index 581e7ac5d71ebeb80a2f305e2c482d1c204afaa1..f482a465c367267878612a8b643287322e85176b 100644
--- a/components/version_ui/version_ui_constants.cc
+++ b/components/version_ui/version_ui_constants.cc
@@ -27,6 +27,7 @@ const char kCommandLineName[] = "command_line_name";
const char kCompany[] = "company";
#if defined(OS_WIN)
const char kCompiler[] = "compiler";
+const char kUpdateCohortName[] = "update_cohort_name";
#endif
const char kCopyright[] = "copyright";
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698