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

Unified Diff: ash/mus/bridge/wm_shelf_mus.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/mus/bridge/wm_shelf_mus.h
diff --git a/ash/mus/bridge/wm_shelf_mus.h b/ash/mus/bridge/wm_shelf_mus.h
index d670d18b729a0a486155aab9696838e1fbd99340..163089ae51a32aef0598acdd41b28ae143d533f0 100644
--- a/ash/mus/bridge/wm_shelf_mus.h
+++ b/ash/mus/bridge/wm_shelf_mus.h
@@ -35,7 +35,6 @@ class WmShelfMus : public WmShelf {
ShelfBackgroundType GetBackgroundType() const override;
WmDimmerView* CreateDimmerView(bool disable_animations_for_test) override;
bool IsDimmed() const override;
- bool IsShowingOverflowBubble() const override;
void SchedulePaint() override;
bool IsVisible() const override;
void UpdateVisibilityState() override;

Powered by Google App Engine
This is Rietveld 408576698