Index: chrome/installer/util/google_chrome_sxs_distribution.h |
diff --git a/chrome/installer/util/google_chrome_sxs_distribution.h b/chrome/installer/util/google_chrome_sxs_distribution.h |
index 9f5e14e5a89f492e612d53f435a8958e4c6b6a48..1d52252ca63c0b05fed032cbd8fc0b35df508e82 100644 |
--- a/chrome/installer/util/google_chrome_sxs_distribution.h |
+++ b/chrome/installer/util/google_chrome_sxs_distribution.h |
@@ -31,6 +31,7 @@ class GoogleChromeSxSDistribution : public GoogleChromeDistribution { |
string16* handler_class_uuid) OVERRIDE; |
virtual bool AppHostIsSupported() OVERRIDE; |
virtual bool ShouldSetExperimentLabels() OVERRIDE; |
+ virtual bool HasUserExperiments() const OVERRIDE; |
grt (UTC plus 2)
2013/03/12 14:32:18
this override is unnecessary. have you added it ju
huangs
2013/03/12 18:03:07
Yes, to assert that Canary also runs the experimen
|
// returns the channel name for GoogleChromeSxSDistribution |
static string16 ChannelName(); |
private: |