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

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: rebase Created 8 years, 7 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') | no next file with comments »
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 7a2d6af732ce92f91029be10d2c34a247c7dcbcd..6230f94d5c2808a406cbddc7bac3164b5b0af2d2 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698