Index: ui/app_list/app_list_switches.h |
diff --git a/ui/app_list/app_list_switches.h b/ui/app_list/app_list_switches.h |
index 17b6716c149978303603787af3eb12c1e84d3118..dc99e7d808072f87966e5e7e7ae68383502aec0a 100644 |
--- a/ui/app_list/app_list_switches.h |
+++ b/ui/app_list/app_list_switches.h |
@@ -14,8 +14,8 @@ namespace switches { |
APP_LIST_EXPORT extern const char kDisableSyncAppList[]; |
APP_LIST_EXPORT extern const char kDisableVoiceSearch[]; |
APP_LIST_EXPORT extern const char kEnableAppInfo[]; |
+APP_LIST_EXPORT extern const char kEnableCenteredAppList[]; |
APP_LIST_EXPORT extern const char kEnableExperimentalAppList[]; |
-APP_LIST_EXPORT extern const char kEnableExperimentalAppListPosition[]; |
APP_LIST_EXPORT extern const char kEnableHotwordAlwaysOn[]; |
APP_LIST_EXPORT extern const char kEnableSyncAppList[]; |
@@ -29,7 +29,7 @@ bool APP_LIST_EXPORT IsAppInfoEnabled(); |
bool APP_LIST_EXPORT IsExperimentalAppListEnabled(); |
-bool APP_LIST_EXPORT IsExperimentalAppListPositionEnabled(); |
+bool APP_LIST_EXPORT IsCenteredAppListEnabled(); |
} // namespace switches |
} // namespace app_list |