Index: chrome/installer/util/chrome_browser_operations.h |
diff --git a/chrome/installer/util/chrome_browser_operations.h b/chrome/installer/util/chrome_browser_operations.h |
index 9c75a4e1cbac20f27033a274bf6b8f256c09d497..550147b1493830cbbfc17ce7a3cd69f80b563927 100644 |
--- a/chrome/installer/util/chrome_browser_operations.h |
+++ b/chrome/installer/util/chrome_browser_operations.h |
@@ -50,6 +50,12 @@ class ChromeBrowserOperations : public ProductOperations { |
const base::FilePath& target_exe, |
ShellUtil::ShortcutProperties* properties) const OVERRIDE; |
+ virtual void LaunchUserExperiment(const base::FilePath& setup_path, |
+ const std::set<std::wstring>& options, |
+ BrowserDistribution* dist, |
+ InstallStatus status, |
+ bool system_level) const OVERRIDE; |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserOperations); |
}; |