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..0e966065616bc896489a45c540d405815f9049ec 100644 |
--- a/chrome/installer/util/chrome_app_host_operations.h |
+++ b/chrome/installer/util/chrome_app_host_operations.h |
@@ -51,6 +51,8 @@ class ChromeAppHostOperations : public ProductOperations { |
const base::FilePath& target_exe, |
ShellUtil::ShortcutProperties* properties) const OVERRIDE; |
+ virtual bool ShouldLaunchUserExperiment() const OVERRIDE; |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(ChromeAppHostOperations); |
}; |