| Index: ui/aura_shell/shell.cc
|
| diff --git a/ui/aura_shell/shell.cc b/ui/aura_shell/shell.cc
|
| index 5f16a5bc0d1781c95bfc00620b9d80293eee5048..54a6d2c28ee1bd035844ed1f744b00bfef3b9b94 100644
|
| --- a/ui/aura_shell/shell.cc
|
| +++ b/ui/aura_shell/shell.cc
|
| @@ -206,6 +206,10 @@ void Shell::ToggleOverview() {
|
| workspace_controller_->ToggleOverview();
|
| }
|
|
|
| +views::Widget* Shell::GetStatusAreaWidget() {
|
| + return shelf_layout_controller_->status();
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // Shell, private:
|
|
|
|
|