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

Unified Diff: ash/common/shelf/wm_shelf.h

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/aura/wm_shelf_aura.cc ('k') | ash/common/wm/wm_user_metrics_action.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/wm_shelf.h
diff --git a/ash/common/shelf/wm_shelf.h b/ash/common/shelf/wm_shelf.h
index ca0aef770ceab01bb7fb1e9a96e6d3d7e7cf73b7..6c78efcc1efb3f804184e074b27756640fc40fba 100644
--- a/ash/common/shelf/wm_shelf.h
+++ b/ash/common/shelf/wm_shelf.h
@@ -24,6 +24,10 @@ class ASH_EXPORT WmShelf {
virtual WmWindow* GetWindow() = 0;
virtual ShelfAlignment GetAlignment() const = 0;
+ virtual void SetAlignment(ShelfAlignment alignment) = 0;
+
+ virtual ShelfAutoHideBehavior GetAutoHideBehavior() const = 0;
+ virtual void SetAutoHideBehavior(ShelfAutoHideBehavior behavior) = 0;
virtual ShelfBackgroundType GetBackgroundType() const = 0;
« no previous file with comments | « ash/aura/wm_shelf_aura.cc ('k') | ash/common/wm/wm_user_metrics_action.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698