| Index: ash/common/wm_shell.h
|
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
|
| index ade3b37bbd4571149e74ce3dd4a5884c8eee8f16..f13fb91ff488616fd40aa8f3164c335ba39c8765 100644
|
| --- a/ash/common/wm_shell.h
|
| +++ b/ash/common/wm_shell.h
|
| @@ -360,8 +360,8 @@ class ASH_EXPORT WmShell : public SessionStateObserver,
|
| virtual std::unique_ptr<KeyEventWatcher> CreateKeyEventWatcher() = 0;
|
|
|
| // Creates the ShelfView for each display and populates it with items.
|
| - // TODO(jamescook): Rename this. http://crbug.com/679925
|
| - void CreateShelf();
|
| + // Called after the user session is active and profile is available.
|
| + void CreateShelfView();
|
|
|
| void CreateShelfDelegate();
|
|
|
|
|