Index: ash/wm/app_list_controller.h |
diff --git a/ash/wm/app_list_controller.h b/ash/wm/app_list_controller.h |
index 347569725f2cfd20f9068cfdc0349d7298abfc85..f47c7a4b9bfa1057a19280b6aefad6306a179ee9 100644 |
--- a/ash/wm/app_list_controller.h |
+++ b/ash/wm/app_list_controller.h |
@@ -66,6 +66,9 @@ class AppListController : public ui::EventHandler, |
// Returns app list window or NULL if it is not visible. |
aura::Window* GetWindow(); |
+ // Returns app list view or NULL if it is not visible. |
+ app_list::AppListView* GetView() { return view_; } |
+ |
private: |
friend class test::AppListControllerTestApi; |