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

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

Issue 2046843005: mash: Migrate shelf menus to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ash_shell_with_content Created 4 years, 6 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/root_window_controller.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 ce89682f332e7ed49b8124ef78e94b7f8af91683..b8d8b71aec2266f683d5b484e098a9d716ba8cf9 100644
--- a/ash/mus/bridge/wm_shelf_mus.cc
+++ b/ash/mus/bridge/wm_shelf_mus.cc
@@ -37,6 +37,19 @@ ShelfAlignment WmShelfMus::GetAlignment() const {
return SHELF_ALIGNMENT_BOTTOM;
}
+void WmShelfMus::SetAlignment(ShelfAlignment alignment) {
+ NOTIMPLEMENTED();
+}
+
+ShelfAutoHideBehavior WmShelfMus::GetAutoHideBehavior() const {
+ NOTIMPLEMENTED();
+ return SHELF_AUTO_HIDE_BEHAVIOR_NEVER;
+}
+
+void WmShelfMus::SetAutoHideBehavior(ShelfAutoHideBehavior behavior) {
+ NOTIMPLEMENTED();
+}
+
ShelfBackgroundType WmShelfMus::GetBackgroundType() const {
NOTIMPLEMENTED();
return SHELF_BACKGROUND_DEFAULT;
« no previous file with comments | « ash/mus/bridge/wm_shelf_mus.h ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698