Index: ui/aura_shell/shelf_layout_controller.h |
diff --git a/ui/aura_shell/shelf_layout_controller.h b/ui/aura_shell/shelf_layout_controller.h |
index a675699e5e1fa67c97d914d01ba41c82802e4c39..3e27301b9d81ef2049ac1c830b31fc937b8c73f0 100644 |
--- a/ui/aura_shell/shelf_layout_controller.h |
+++ b/ui/aura_shell/shelf_layout_controller.h |
@@ -27,6 +27,8 @@ class ShelfLayoutController : public ui::LayerAnimationObserver { |
views::Widget* status); |
virtual ~ShelfLayoutController(); |
+ views::Widget* status() { return status_; } |
stevenjb
2011/11/17 19:24:49
nit: can we rename this status_widget_ (or status_
Daniel Erat
2011/11/17 20:51:01
Sure, this was bugging me too. Done.
|
+ |
// Stops any animations and sets the bounds of the launcher and status |
// widgets. |
void LayoutShelf(); |