| Index: ash/wm/app_list_controller.h
|
| diff --git a/ash/wm/app_list_controller.h b/ash/wm/app_list_controller.h
|
| index 044679117ba0bb47a10a30fb73f6309bfb74fc37..62bd8f2a3211797468423190d9f574508f506184 100644
|
| --- a/ash/wm/app_list_controller.h
|
| +++ b/ash/wm/app_list_controller.h
|
| @@ -59,8 +59,7 @@ class AppListController : public views::corewm::FocusChangeShim,
|
| aura::Window* GetWindow();
|
|
|
| private:
|
| - // Sets app list view. If we are in visible mode, start showing animation.
|
| - // Otherwise, we just close it.
|
| + // Sets the app list view and attempts to show it.
|
| void SetView(app_list::AppListView* view);
|
|
|
| // Forgets the view.
|
|
|