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