| 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..bb05c0dceba5d9db14a9f2dea250989073291dd8 100644
|
| --- a/chrome/installer/util/chrome_app_host_operations.h
|
| +++ b/chrome/installer/util/chrome_app_host_operations.h
|
| @@ -51,6 +51,12 @@ 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,
|
| + BrowserDistribution* dist,
|
| + InstallStatus status,
|
| + bool system_level) const OVERRIDE;
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ChromeAppHostOperations);
|
| };
|
|
|