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 89ac4206bc2fa75e515143ba121a8500d72498e6..b218979323f707a6d918da846323195c59a59dc7 100644 |
--- a/chrome/installer/util/google_chrome_sxs_distribution.h |
+++ b/chrome/installer/util/google_chrome_sxs_distribution.h |
@@ -30,6 +30,7 @@ class GoogleChromeSxSDistribution : public GoogleChromeDistribution { |
virtual bool GetCommandExecuteImplClsid( |
string16* handler_class_uuid) OVERRIDE; |
virtual bool AppHostIsSupported() OVERRIDE; |
+ virtual bool ShouldWriteExperimentLabels() const OVERRIDE; |
// returns the channel name for GoogleChromeSxSDistribution |
static string16 ChannelName(); |
private: |