Index: chrome/installer/util/chrome_browser_sxs_operations.h |
diff --git a/chrome/installer/util/chrome_browser_sxs_operations.h b/chrome/installer/util/chrome_browser_sxs_operations.h |
index 37ffba0b5bb769fb50f7c9273a4c62ba148010c3..238e3ae4df63c1437dd3e17143d0ad3f3d78a1c3 100644 |
--- a/chrome/installer/util/chrome_browser_sxs_operations.h |
+++ b/chrome/installer/util/chrome_browser_sxs_operations.h |
@@ -24,6 +24,8 @@ class ChromeBrowserSxSOperations : public ChromeBrowserOperations { |
const std::set<std::wstring>& options, |
CommandLine* cmd_line) const OVERRIDE; |
+ virtual bool ShouldLaunchUserExperiment() const OVERRIDE; |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserSxSOperations); |
}; |