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

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

Issue 12321061: Pulling user experiment code from BrowserDistribution to a new class. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync. Created 7 years, 9 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_chrome_sxs_distribution.cc
diff --git a/chrome/installer/util/google_chrome_sxs_distribution.cc b/chrome/installer/util/google_chrome_sxs_distribution.cc
index c1c7610ec2100a7d58a0d6e134b0c7cef4b4fc85..5224a8cfef6a47566c57bd631ae2254afc59f6d0 100644
--- a/chrome/installer/util/google_chrome_sxs_distribution.cc
+++ b/chrome/installer/util/google_chrome_sxs_distribution.cc
@@ -75,6 +75,10 @@ bool GoogleChromeSxSDistribution::ShouldSetExperimentLabels() {
return true;
}
+bool GoogleChromeSxSDistribution::HasUserExperiments() {
+ return true;
+}
+
string16 GoogleChromeSxSDistribution::ChannelName() {
return kChannelName;
}

Powered by Google App Engine
This is Rietveld 408576698