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

Unified Diff: ash/app_list/app_list.h

Issue 10381018: ash: First pass of Applist v2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/app_list/app_list.cc » ('j') | ash/app_list/app_list_view.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/app_list/app_list.h
diff --git a/ash/app_list/app_list.h b/ash/app_list/app_list.h
index 5725c4d800a70d8ab2eb5e55de14f92b6957a96f..bc59c62870d210bd26061f3a8ac94bb4bd022bf4 100644
--- a/ash/app_list/app_list.h
+++ b/ash/app_list/app_list.h
@@ -32,6 +32,9 @@ class AppList : public aura::EventFilter,
AppList();
virtual ~AppList();
+ // Returns true if AppListV2 is enabled.
+ static bool UseAppListV2();
+
// Show/hide app list window.
void SetVisible(bool visible);
« no previous file with comments | « no previous file | ash/app_list/app_list.cc » ('j') | ash/app_list/app_list_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698