| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| index 0c35728e8267b5e91175626576f99d1d6149b035..9c9392d4d6e5684dbae20cc270ace03cf1cbaa0f 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| @@ -30,6 +30,15 @@ void ChromeLauncherController::LaunchApp(const std::string& app_id,
|
| launcher_controller_helper_->LaunchApp(app_id, source, event_flags);
|
| }
|
|
|
| +void ChromeLauncherController::LaunchAppWithLaunchId(
|
| + const std::string& app_id,
|
| + const std::string& launch_id,
|
| + ash::LaunchSource source,
|
| + int event_flags) {
|
| + launcher_controller_helper_->LaunchAppWithLaunchId(app_id, launch_id, source,
|
| + event_flags);
|
| +}
|
| +
|
| ChromeLauncherController::ChromeLauncherController() : observer_binding_(this) {
|
| DCHECK(!instance_);
|
| instance_ = this;
|
|
|