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

Unified Diff: ash/shell/window_watcher_shelf_item_delegate.cc

Issue 2558963002: Move shelf item tooltip flag from delegate to item. (Closed)
Patch Set: Cleanup Created 4 years 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 877037b3ce2b0e2e83306bc0a52a85a5df642b0d..9ac9c15bfa743ab7acbbc02183ff1cbf2453adb5 100644
--- a/ash/shell/window_watcher_shelf_item_delegate.cc
+++ b/ash/shell/window_watcher_shelf_item_delegate.cc
@@ -48,10 +48,6 @@ bool WindowWatcherShelfItemDelegate::CanPin() const {
return true;
}
-bool WindowWatcherShelfItemDelegate::ShouldShowTooltip() {
- return true;
-}
-
void WindowWatcherShelfItemDelegate::Close() {}
} // namespace shell

Powered by Google App Engine
This is Rietveld 408576698