| Index: ash/wm/app_list_controller.h
|
| diff --git a/ash/wm/app_list_controller.h b/ash/wm/app_list_controller.h
|
| index b2c7961a7fcb10ab6a922b1f299292bca2f52446..eb09d6356de34e18ddc15e41268f9da86b2b6338 100644
|
| --- a/ash/wm/app_list_controller.h
|
| +++ b/ash/wm/app_list_controller.h
|
| @@ -62,6 +62,9 @@ class AppListController : public ui::EventHandler,
|
| // Returns app list window or NULL if it is not visible.
|
| aura::Window* GetWindow();
|
|
|
| + // Returns the app list view. Used for integration testing.
|
| + app_list::AppListView* GetViewForTesting();
|
| +
|
| private:
|
| // If |drag_and_drop_host| is not NULL it will be called upon drag and drop
|
| // operations outside the application list.
|
|
|