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

Unified Diff: ash/aura/wm_shelf_aura.cc

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/aura/wm_shelf_aura.cc
diff --git a/ash/aura/wm_shelf_aura.cc b/ash/aura/wm_shelf_aura.cc
index 25e60bb97e701f4870688b49844fa1b4b872f018..01141d3b954b2b603ab103a49c172278ca068158 100644
--- a/ash/aura/wm_shelf_aura.cc
+++ b/ash/aura/wm_shelf_aura.cc
@@ -129,10 +129,6 @@ bool WmShelfAura::IsDimmed() const {
return shelf_layout_manager_->shelf_widget()->GetDimsShelf();
}
-bool WmShelfAura::IsShowingOverflowBubble() const {
- return shelf_->IsShowingOverflowBubble();
-}
-
void WmShelfAura::SchedulePaint() {
// Can be called during shutdown if the overflow bubble is visible.
if (shelf_)

Powered by Google App Engine
This is Rietveld 408576698