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

Unified Diff: ash/mus/bridge/wm_shelf_mus.cc

Issue 2164733002: mash: Convert ash shelf overflow bubble to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 5 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
« no previous file with comments | « ash/mus/bridge/wm_shelf_mus.h ('k') | ash/shelf/app_list_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2dcd4dbeaa8525c0bf247344b2adc82a962e1924..fc7feca02c4da7fee78acb53a5f958c23fc63c53 100644
--- a/ash/mus/bridge/wm_shelf_mus.cc
+++ b/ash/mus/bridge/wm_shelf_mus.cc
@@ -69,6 +69,15 @@ bool WmShelfMus::IsDimmed() const {
return false;
}
+bool WmShelfMus::IsShowingOverflowBubble() const {
+ NOTIMPLEMENTED();
+ return false;
+}
+
+void WmShelfMus::SchedulePaint() {
+ NOTIMPLEMENTED();
+}
+
bool WmShelfMus::IsVisible() const {
NOTIMPLEMENTED();
return true;
« no previous file with comments | « ash/mus/bridge/wm_shelf_mus.h ('k') | ash/shelf/app_list_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698