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