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

Unified Diff: ash/common/shelf/shelf_controller.cc

Issue 2462753002: Use Ash's ShelfWindowWatcher for app panel windows. (Closed)
Patch Set: Add ShelfWindowWatcherTest, remove ChromeLauncherControllerImplTest panel use. 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: ash/common/shelf/shelf_controller.cc
diff --git a/ash/common/shelf/shelf_controller.cc b/ash/common/shelf/shelf_controller.cc
index 043fec9e7513655c295521b1b328c4b116ffe463..f68c86b8db8d7efdd77ffb5a408ee318909c5813 100644
--- a/ash/common/shelf/shelf_controller.cc
+++ b/ash/common/shelf/shelf_controller.cc
@@ -121,6 +121,8 @@ class ShelfItemDelegateMus : public ShelfItemDelegate {
bool ShouldShowTooltip() override { return true; }
+ bool IsOpen() const override { return true; }
+
void Close() override { NOTIMPLEMENTED(); }
mojom::ShelfItemDelegateAssociatedPtr delegate_;

Powered by Google App Engine
This is Rietveld 408576698