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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller_ash.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/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 72ecf33f3798b525853e8c7a48919d6b5ae21de2..c83d8d08e29f67bf89d4c9652d6a5b7106de4776 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
@@ -142,7 +142,8 @@ bool AppListControllerDelegateAsh::ShouldShowUserIcon() {
return false;
}
-ash::LaunchSource AppListControllerDelegateAsh::AppListSourceToLaunchSource(
+ash::ShelfLaunchSource
+AppListControllerDelegateAsh::AppListSourceToLaunchSource(
AppListSource source) {
switch (source) {
case LAUNCH_FROM_APP_LIST:

Powered by Google App Engine
This is Rietveld 408576698