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

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

Issue 2462753002: Use Ash's ShelfWindowWatcher for app panel windows. (Closed)
Patch Set: Address comments. Created 4 years, 1 month 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/extension_app_window_launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.h
index fcdf18aa819eba2c0017c7a404283268d2b7c98d..7010ef45d8473c445cbfd9e7310ff3bc942b31c2 100644
--- a/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.h
@@ -34,10 +34,7 @@ class ExtensionAppWindowLauncherItemController
ChromeLauncherAppMenuItems GetApplicationList(int event_flags) override;
ash::ShelfItemDelegate::PerformedAction ItemSelected(
const ui::Event& event) override;
- base::string16 GetTitle() override;
ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) override;
- bool IsDraggable() override;
- bool ShouldShowTooltip() override;
protected:
// AppWindowLauncherItemController:

Powered by Google App Engine
This is Rietveld 408576698