Chromium Code Reviews| Index: chrome/installer/util/chrome_app_host_operations.cc |
| diff --git a/chrome/installer/util/chrome_app_host_operations.cc b/chrome/installer/util/chrome_app_host_operations.cc |
| index 3690196cd422ac33e7899e398638b17c9e695a50..8daddffcfa7ca6f24fd7b1d47ceaf6fc871024bc 100644 |
| --- a/chrome/installer/util/chrome_app_host_operations.cc |
| +++ b/chrome/installer/util/chrome_app_host_operations.cc |
| @@ -120,4 +120,8 @@ void ChromeAppHostOperations::AddDefaultShortcutProperties( |
| } |
| } |
| +bool ChromeAppHostOperations::ShouldLaunchUserExperiment() const { |
| + return false; |
| +} |
| + |
| } // namespace installer |