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

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

Issue 11280067: Refactor SetOmahaExperimentLabel out of gcpai and into install_util. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: robertshield nits Created 7 years, 11 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 4ab996914e9920cba7b5de437fad08aaf3be397c..c65a014d20bb0104d55ef5ecdb5f9420409fc1be 100644
--- a/chrome/installer/util/google_update_constants.cc
+++ b/chrome/installer/util/google_update_constants.cc
@@ -7,6 +7,9 @@
namespace google_update {
const wchar_t kChromeUpgradeCode[] = L"{8A69D345-D564-463C-AFF1-A69D9E530F96}";
+
+const wchar_t kExperimentLabels[] = L"experiment_labels";
+
const wchar_t kGoogleUpdateUpgradeCode[] =
L"{430FD4D0-B729-4F61-AA34-91526481799D}";

Powered by Google App Engine
This is Rietveld 408576698