Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7881)

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc

Issue 2684723003: Remove LauncherItemController::Launch, cleanup. (Closed)
Patch Set: Cleanup Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
index de13c3b8c877a5477d8607ff2f14472e943ef9ee..d90eb0b2368c9034b6aff4a7a1ed5115227df6bf 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
@@ -127,8 +127,7 @@ void AppListControllerDelegateAsh::LaunchApp(
AppListSource source,
int event_flags) {
ChromeLauncherController::instance()->LaunchApp(
- extension->id(),
- AppListSourceToLaunchSource(source),
+ extension->id(), std::string(), AppListSourceToLaunchSource(source),
event_flags);
DismissView();
}

Powered by Google App Engine
This is Rietveld 408576698