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

Unified Diff: ash/shelf/shelf.h

Issue 2238903003: ash: Remove WmShelf::IsShowingOverflowBubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months 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
« ash/common/shelf/shelf_view.cc ('K') | « ash/mus/bridge/wm_shelf_mus.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf.h
diff --git a/ash/shelf/shelf.h b/ash/shelf/shelf.h
index c22f451c853f097286db103dbb78a155933a2106..92e57a697a8c4da50c654370fc7aa343e2638f54 100644
--- a/ash/shelf/shelf.h
+++ b/ash/shelf/shelf.h
@@ -102,6 +102,7 @@ class ASH_EXPORT Shelf {
// Returns true if the shelf is showing a context menu.
bool IsShowingMenu() const;
+ // TODO(jamescook): Migrate this to ShelfWidget.
bool IsShowingOverflowBubble() const;
void SetVisible(bool visible) const;
« ash/common/shelf/shelf_view.cc ('K') | « ash/mus/bridge/wm_shelf_mus.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698