| Index: ash/root_window_controller.h
|
| diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
|
| index 760a033bb2925e1cf9e52ea760a43c90f3727a8f..987f59ed3664cde723579b8460b8195876484c0d 100644
|
| --- a/ash/root_window_controller.h
|
| +++ b/ash/root_window_controller.h
|
| @@ -180,8 +180,8 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
|
| // Show shelf view if it was created hidden (before session has started).
|
| void ShowShelf();
|
|
|
| - // Called when the shelf associated with this root window is created.
|
| - void OnShelfCreated();
|
| + // Creates the shelf for this root window and notifies observers.
|
| + void CreateShelf();
|
|
|
| // Called when the login status changes after login (such as lock/unlock).
|
| // TODO(oshima): Investigate if we can merge this and |OnLoginStateChanged|.
|
|
|