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 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); |