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

Unified Diff: ash/common/shelf/wm_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
Index: ash/common/shelf/wm_shelf.h
diff --git a/ash/common/shelf/wm_shelf.h b/ash/common/shelf/wm_shelf.h
index df9f5c18d3a36c5b0bf7d8f0e6e21c7e86f67a3a..4bfd2cfb15b4b0cb641db59fdcc6d089097ba72f 100644
--- a/ash/common/shelf/wm_shelf.h
+++ b/ash/common/shelf/wm_shelf.h
@@ -64,11 +64,6 @@ class ASH_EXPORT WmShelf {
// require shelf dimming. http://crbug.com/614453
virtual bool IsDimmed() const = 0;
- // Whether the shelf item overflow bubble is visible.
- // TODO(jamescook): Eliminate when ShelfView moves to //ash/common.
- // http://crbug.com/615155
- virtual bool IsShowingOverflowBubble() const = 0;
-
// Schedules a repaint for all shelf buttons.
// TODO(jamescook): Eliminate when ShelfView moves to //ash/common.
// http://crbug.com/615155

Powered by Google App Engine
This is Rietveld 408576698