Chromium Code Reviews| 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); |