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

Unified Diff: ash/shell.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: nit indenting Created 7 years, 4 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 | « no previous file | ash/shell.cc » ('j') | chrome/browser/ui/app_list/app_list_controller_browsertest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 5068815e23e78c276aff830791aa2e0237776143..b9bfb3c352adc6ac2b03e1dcd4930496bcebdf19 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -27,6 +27,9 @@
class CommandLine;
+namespace app_list {
+class AppListView;
+}
namespace aura {
class EventFilter;
class RootWindow;
@@ -228,6 +231,9 @@ class ASH_EXPORT Shell
// Returns app list window or NULL if it is not visible.
aura::Window* GetAppListWindow();
+ // Returns the app list view. Used for integration testing.
+ app_list::AppListView* GetAppListViewForTesting();
+
// Returns true if a system-modal dialog window is currently open.
bool IsSystemModalWindowOpen() const;
« no previous file with comments | « no previous file | ash/shell.cc » ('j') | chrome/browser/ui/app_list/app_list_controller_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698