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

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

Issue 2487953003: Remove LauncherItemController::IsOpen, check ShelfItem::status. (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/app_shortcut_launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
index 33ac1252b0c015d895a8967d5a109c4c389c0550..8c09cc10180ac1e6121a3c8cc959463ea542b7f5 100644
--- a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
@@ -37,7 +37,6 @@ class AppShortcutLauncherItemController : public LauncherItemController {
std::vector<content::WebContents*> GetRunningApplications();
// LauncherItemController overrides:
- bool IsOpen() const override;
bool IsVisible() const override;
void Launch(ash::LaunchSource source, int event_flags) override;
ash::ShelfItemDelegate::PerformedAction Activate(

Powered by Google App Engine
This is Rietveld 408576698