Chromium Code Reviews| Index: chrome/installer/util/chrome_frame_operations.cc |
| diff --git a/chrome/installer/util/chrome_frame_operations.cc b/chrome/installer/util/chrome_frame_operations.cc |
| index 5783da929e691f485dff4adfc861fd66e3aa664e..6f1db303d0182c3edd396e2a8b031675f092c18b 100644 |
| --- a/chrome/installer/util/chrome_frame_operations.cc |
| +++ b/chrome/installer/util/chrome_frame_operations.cc |
| @@ -152,4 +152,8 @@ void ChromeFrameOperations::AddDefaultShortcutProperties( |
| NOTREACHED() << "Chrome Frame does not create shortcuts."; |
| } |
| +bool ChromeFrameOperations::ShouldLaunchUserExperiment() const { |
| + return false; |
| +} |
| + |
| } // namespace installer |