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

Unified Diff: ash/shell/window_watcher_shelf_item_delegate.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/shell/window_watcher_shelf_item_delegate.cc
diff --git a/ash/shell/window_watcher_shelf_item_delegate.cc b/ash/shell/window_watcher_shelf_item_delegate.cc
index 5c14eb34b0c502d08618c54ec38bef5b0e7a69f5..eee755f93199d4fb1fc027df912f6e3a22cb9c0c 100644
--- a/ash/shell/window_watcher_shelf_item_delegate.cc
+++ b/ash/shell/window_watcher_shelf_item_delegate.cc
@@ -52,6 +52,10 @@ bool WindowWatcherShelfItemDelegate::ShouldShowTooltip() {
return true;
}
+bool WindowWatcherShelfItemDelegate::IsOpen() const {
+ return true;
+}
+
void WindowWatcherShelfItemDelegate::Close() {}
} // namespace shell

Powered by Google App Engine
This is Rietveld 408576698