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

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

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.h
diff --git a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h
index 5650cbc8b2ebfb158fbcc4fd4658d669f9a83a04..d6827ab5d49b3e01ccda240e242bd947b7d573be 100644
--- a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h
@@ -43,7 +43,6 @@ class AppWindowLauncherItemController : public LauncherItemController,
ui::BaseWindow* GetAppWindow(aura::Window* window);
// LauncherItemController overrides:
- void Launch(ash::LaunchSource source, int event_flags) override;
ash::ShelfItemDelegate::PerformedAction Activate(
ash::LaunchSource source) override;
AppWindowLauncherItemController* AsAppWindowLauncherItemController() override;

Powered by Google App Engine
This is Rietveld 408576698