Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(339)

Unified Diff: ash/test/shell_test_api.h

Issue 23072036: Adds an integration test for uninstalling app list search results. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/test/app_list_controller_test_api.cc ('k') | ash/test/shell_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/shell_test_api.h
diff --git a/ash/test/shell_test_api.h b/ash/test/shell_test_api.h
index 926d1dd2c1b02bf2f096bd332182b0306a65a9e3..731f1e14f942d4d016411502fe3382114a376120 100644
--- a/ash/test/shell_test_api.h
+++ b/ash/test/shell_test_api.h
@@ -19,6 +19,7 @@ class Shell;
class LauncherModel;
namespace internal {
+class AppListController;
class DragDropController;
class RootWindowLayoutManager;
class ScreenPositionController;
@@ -41,6 +42,7 @@ public:
AshNativeCursorManager* ash_native_cursor_manager();
LauncherModel* launcher_model();
internal::DragDropController* drag_drop_controller();
+ internal::AppListController* app_list_controller();
void DisableOutputConfiguratorAnimation();
« no previous file with comments | « ash/test/app_list_controller_test_api.cc ('k') | ash/test/shell_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698