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

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

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: check return value of ReadExperimentLabels Created 7 years, 4 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/installer/util/google_update_constants.cc
diff --git a/chrome/installer/util/google_update_constants.cc b/chrome/installer/util/google_update_constants.cc
index 9f516ea5e132767860faa28ad9e7f61f24ca11c5..d17bfbb2e554e585b037418c6c9c826ad8b459e7 100644
--- a/chrome/installer/util/google_update_constants.cc
+++ b/chrome/installer/util/google_update_constants.cc
@@ -9,6 +9,7 @@ namespace google_update {
const wchar_t kChromeUpgradeCode[] = L"{8A69D345-D564-463C-AFF1-A69D9E530F96}";
const wchar_t kExperimentLabels[] = L"experiment_labels";
+const wchar_t kExperimentLabelSep[] = L";";
const wchar_t kGoogleUpdateUpgradeCode[] =
L"{430FD4D0-B729-4F61-AA34-91526481799D}";

Powered by Google App Engine
This is Rietveld 408576698