Chromium Code Reviews| 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; |
| } |