Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ash / wm / app_list_controller.h
index 954d789..65c4896 100644 (file)
@@ -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;