| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index 9bc5d4cea68b167ad9c42f585e223b4fd8dbbba0..515c2c0165fc97fca4a056b1eb549efe9c73f2c3 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -456,6 +456,11 @@ void RootWindowController::CreateShelf() {
|
| shelf_widget_->PostCreateShelf();
|
| }
|
|
|
| +Shelf* RootWindowController::GetShelf() const {
|
| + // TODO(jamescook): Shelf should be owned by this class, not by ShelfWidget.
|
| + return shelf_widget_->shelf();
|
| +}
|
| +
|
| void RootWindowController::UpdateAfterLoginStatusChange(
|
| user::LoginStatus status) {
|
| if (status != user::LOGGED_IN_NONE)
|
|
|