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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc

Issue 2696073002: Merge ShelfItemDelegate::ItemSelected & LauncherItemDelegate::Activate. (Closed)
Patch Set: nit 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/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 1ee0afb06f7cf6248c2d757d09bb32c81d2c4604..c9e7181e153a886819982f3c7c37653d11d03edc 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
@@ -37,7 +37,7 @@ void ChromeLauncherController::Init() {
}
void ChromeLauncherController::LaunchApp(ash::AppLauncherId id,
- ash::LaunchSource source,
+ ash::ShelfLaunchSource source,
int event_flags) {
launcher_controller_helper_->LaunchApp(id, source, event_flags);
}

Powered by Google App Engine
This is Rietveld 408576698