| 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..19443e483e62d0ae21fdb7b32538c1c2ab663ae8 100644
|
| --- a/chrome/installer/util/chrome_frame_operations.cc
|
| +++ b/chrome/installer/util/chrome_frame_operations.cc
|
| @@ -152,4 +152,13 @@ void ChromeFrameOperations::AddDefaultShortcutProperties(
|
| NOTREACHED() << "Chrome Frame does not create shortcuts.";
|
| }
|
|
|
| +void ChromeFrameOperations::LaunchUserExperiment(
|
| + const base::FilePath& setup_path,
|
| + const std::set<std::wstring>& options,
|
| + BrowserDistribution* dist,
|
| + InstallStatus status,
|
| + bool system_level) const {
|
| + NOTREACHED() << "Chrome Frame does not launch user experiments.";
|
| +}
|
| +
|
| } // namespace installer
|
|
|