Index: chrome/installer/util/chrome_app_host_operations.h |
diff --git a/chrome/installer/util/chrome_app_host_operations.h b/chrome/installer/util/chrome_app_host_operations.h |
index f46264074e4c4e2396bb72712d6680b9f09ab957..8b076e203258929941deb627eefea8ff8f50a35c 100644 |
--- a/chrome/installer/util/chrome_app_host_operations.h |
+++ b/chrome/installer/util/chrome_app_host_operations.h |
@@ -51,6 +51,11 @@ class ChromeAppHostOperations : 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, |
+ InstallStatus status, |
+ bool system_level) const OVERRIDE; |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(ChromeAppHostOperations); |
}; |