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

Unified Diff: ash/mus/bridge/wm_shelf_mus.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/mus/bridge/wm_shelf_mus.cc
diff --git a/ash/mus/bridge/wm_shelf_mus.cc b/ash/mus/bridge/wm_shelf_mus.cc
index f56328c73c76dbb7467176f370b1499ed7d495b4..5a070a9bea512688bffbbd167c1affb4ca5fe477 100644
--- a/ash/mus/bridge/wm_shelf_mus.cc
+++ b/ash/mus/bridge/wm_shelf_mus.cc
@@ -74,11 +74,6 @@ bool WmShelfMus::IsDimmed() const {
return false;
}
-bool WmShelfMus::IsShowingOverflowBubble() const {
- NOTIMPLEMENTED();
- return false;
-}
-
void WmShelfMus::SchedulePaint() {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698