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

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: Adding GetUserDataPaths() to BrowserDistribution; replacing Product with other params in LaunchUser… 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..63f95af4c0829e67413e90d62908eec167e59442 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() const {
+ return true;
+}
+
string16 GoogleChromeSxSDistribution::ChannelName() {
return kChannelName;
}

Powered by Google App Engine
This is Rietveld 408576698