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}"; |