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 157fd74be4280ada3e60e0eef1f9e4c1779ff495..f6181ebeb44bc29cf0e8f89987d8c915de169d49 100644 |
| --- a/chrome/installer/util/google_chrome_sxs_distribution.cc |
| +++ b/chrome/installer/util/google_chrome_sxs_distribution.cc |
| @@ -71,6 +71,10 @@ bool GoogleChromeSxSDistribution::AppHostIsSupported() { |
| return false; |
| } |
| +bool GoogleChromeSxSDistribution::ShouldWriteExperimentLabels() const { |
| + return true; |
|
grt (UTC plus 2)
2012/11/24 02:58:37
Note: GCAPI doesn't have facilities for changing t
SteveT
2012/11/26 20:45:06
Hmm, well I guess this "ShouldWriteExperimentLabel
grt (UTC plus 2)
2012/11/26 21:19:05
What I meant was that the original GCAPI code didn
|
| +} |
| + |
| string16 GoogleChromeSxSDistribution::ChannelName() { |
| return kChannelName; |
| } |