Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index 2f47db3046e4942f9ab32c49b14bfce1804dee29..962b0a2766f32594b2946b6d790afd7b1eff26d3 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -252,6 +252,9 @@ class ASH_EXPORT Shell { |
void SetShelfAutoHideBehavior(ShelfAutoHideBehavior behavior); |
ShelfAutoHideBehavior GetShelfAutoHideBehavior() const; |
+ void SetShelfAlignment(ShelfAlignment alignment); |
+ ShelfAlignment GetShelfAlignment(); |
+ |
// TODO(sky): don't expose this! |
internal::ShelfLayoutManager* shelf() const { return shelf_; } |