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

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: include string16.h 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..ef387c51563397d8b3aa538eb9a747da12832e36 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 char16 kExperimentLabelSep[] = L";";
Alexei Svitkine (slow) 2013/08/30 14:17:19 Unfortunately, you can't use the L prefix for a st
gab 2013/08/30 17:53:11 That doesn't work either as on Windows char16 can'
Alexei Svitkine (slow) 2013/08/30 18:16:11 I guess a cast of the non-L value to char16 would
gab 2013/08/30 22:57:14 Pulled those functions out to a Windows specific f
Alexei Svitkine (slow) 2013/09/03 15:46:35 I prefer the Windows specific file actually be ren
gab 2013/11/05 22:20:38 Done.
const wchar_t kGoogleUpdateUpgradeCode[] =
L"{430FD4D0-B729-4F61-AA34-91526481799D}";

Powered by Google App Engine
This is Rietveld 408576698