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

Unified Diff: ui/aura_shell/shell.cc

Issue 8591003: aura: Fix Chrome OS status area browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add include 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
« ui/aura_shell/shell.h ('K') | « ui/aura_shell/shell.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/shell.cc
diff --git a/ui/aura_shell/shell.cc b/ui/aura_shell/shell.cc
index 21b04ab580fe9d59ccb50f262765d713e1c6cb84..474b2fdef04f9e6b7dbdf923f994669ad3518ed3 100644
--- a/ui/aura_shell/shell.cc
+++ b/ui/aura_shell/shell.cc
@@ -219,6 +219,10 @@ void Shell::ToggleOverview() {
workspace_controller_->ToggleOverview();
}
+views::Widget* Shell::GetStatusAreaWidget() {
+ return shelf_layout_controller_->status_widget();
+}
+
////////////////////////////////////////////////////////////////////////////////
// Shell, private:
« ui/aura_shell/shell.h ('K') | « ui/aura_shell/shell.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698