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

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

Issue 2684723003: Remove LauncherItemController::Launch, cleanup. (Closed)
Patch Set: Use AppLauncherId 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/app_window_launcher_item_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc
index a5444c49739b3686a549b838d259517457639d57..6670fe49821920dc89a7458614cb5528f5ebb9b5 100644
--- a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc
+++ b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc
@@ -69,11 +69,6 @@ void AppWindowLauncherItemController::SetActiveWindow(aura::Window* window) {
last_active_window_ = app_window;
}
-void AppWindowLauncherItemController::Launch(ash::LaunchSource source,
- int event_flags) {
- launcher_controller()->LaunchApp(app_id(), source, ui::EF_NONE);
-}
-
ash::ShelfItemDelegate::PerformedAction
AppWindowLauncherItemController::Activate(ash::LaunchSource source) {
DCHECK(!windows_.empty());

Powered by Google App Engine
This is Rietveld 408576698