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

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

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/launcher/launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/launcher_item_controller.h b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
index 3661e81c400177175416a36ad13adea03272ee65..7bf6c246590c6b2a735d47c076cf43b2f7d44168 100644
--- a/chrome/browser/ui/ash/launcher/launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
@@ -47,9 +47,6 @@ class LauncherItemController : public ash::ShelfItemDelegate {
image_set_by_controller_ = image_set_by_controller;
}
- // Launches a new instance of the app associated with this item.
- virtual void Launch(ash::LaunchSource source, int event_flags) = 0;
-
// Shows and activates the most-recently-active window associated with the
// item, or launches the item if it is not currently open.
// Returns the action performed by activating the item.

Powered by Google App Engine
This is Rietveld 408576698