Index: ash/wm/app_list_controller.h |
diff --git a/ash/wm/app_list_controller.h b/ash/wm/app_list_controller.h |
index 954d7894a4636cfb18b1f142ae25a86466add0fe..65c489688ced7a61a1609a6502f73f2c92c9fa4e 100644 |
--- a/ash/wm/app_list_controller.h |
+++ b/ash/wm/app_list_controller.h |
@@ -53,7 +53,8 @@ class AppListController : public ui::EventHandler, |
// Show/hide app list window. The |window| is used to deterime in |
// which display (in which the |window| exists) the app list should |
// be shown. |
- void SetVisible(bool visible, aura::Window* window); |
+ void Show(aura::Window* window); |
+ void Dismiss(); |
// Whether app list window is visible (shown or being shown). |
bool IsVisible() const; |