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

Unified Diff: ui/aura_shell/shelf_layout_controller.h

Issue 8591003: aura: Fix Chrome OS status area browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add some casts Created 9 years, 1 month 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 | « chrome/browser/chromeos/status/status_area_view_browsertest.cc ('k') | ui/aura_shell/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/browser/chromeos/status/status_area_view_browsertest.cc ('k') | ui/aura_shell/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698