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

Unified Diff: chrome/installer/util/google_update_constants.h

Issue 23579003: GCAPI should append to the existing experiment_labels instead of clobbering them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 7 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/installer/util/google_update_constants.h
diff --git a/chrome/installer/util/google_update_constants.h b/chrome/installer/util/google_update_constants.h
index c24346b94c3eaa5d9a61f232a907893b327c68db..db86848532fdf089ec98ab55ab85dad630d0a158 100644
--- a/chrome/installer/util/google_update_constants.h
+++ b/chrome/installer/util/google_update_constants.h
@@ -16,6 +16,9 @@ extern const wchar_t kChromeUpgradeCode[];
// itself and Chrome.
extern const wchar_t kExperimentLabels[];
+// The separator used to separate items in kExperimentLabels.
+extern const wchar_t kExperimentLabelSep[];
+
// The GUID Google Update uses to keep track of Google Update self-upgrades.
extern const wchar_t kGoogleUpdateUpgradeCode[];

Powered by Google App Engine
This is Rietveld 408576698