| Index: chrome/installer/util/product.h
|
| diff --git a/chrome/installer/util/product.h b/chrome/installer/util/product.h
|
| index cba5bc2f0637cc7a274d1ec6a63fe16849c6d270..9ff763b9b0e6f383d834a3915b6325816e4f4d0e 100644
|
| --- a/chrome/installer/util/product.h
|
| +++ b/chrome/installer/util/product.h
|
| @@ -12,6 +12,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/installer/util/browser_distribution.h"
|
| #include "chrome/installer/util/shell_util.h"
|
| +#include "chrome/installer/util/util_constants.h"
|
|
|
| class CommandLine;
|
|
|
| @@ -129,6 +130,10 @@ class Product {
|
| const base::FilePath& target_exe,
|
| ShellUtil::ShortcutProperties* properties) const;
|
|
|
| + void LaunchUserExperiment(const base::FilePath& setup_path,
|
| + InstallStatus status,
|
| + bool system_level) const;
|
| +
|
| protected:
|
| enum CacheStateFlags {
|
| MSI_STATE = 0x01
|
|
|