| 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:
|
|
|
|
|