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

Unified Diff: ui/app_list/app_list_switches.h

Issue 1951783002: Remove --enable-mac-views-app-list on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: msw comments Created 4 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 | « chrome/test/BUILD.gn ('k') | ui/app_list/app_list_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ccd62fd17421ab7a5cfd2db8a14d0e4d21da5af4..21955d506c93490c1405bdadf4cd8ac33d569e66 100644
--- a/ui/app_list/app_list_switches.h
+++ b/ui/app_list/app_list_switches.h
@@ -26,10 +26,6 @@ APP_LIST_EXPORT extern const char kEnableDriveSearchInChromeLauncher[];
APP_LIST_EXPORT extern const char kDisableDriveSearchInChromeLauncher[];
APP_LIST_EXPORT extern const char kResetAppListInstallState[];
-#if defined(OS_MACOSX)
-APP_LIST_EXPORT extern const char kEnableMacViewsAppList[];
-#endif
-
bool APP_LIST_EXPORT IsAppListSyncEnabled();
bool APP_LIST_EXPORT IsFolderUIEnabled();
@@ -51,10 +47,6 @@ bool APP_LIST_EXPORT IsDriveAppsInAppListEnabled();
bool APP_LIST_EXPORT IsDriveSearchInChromeLauncherEnabled();
-#if defined(OS_MACOSX)
-bool APP_LIST_EXPORT IsMacViewsAppListEnabled();
-#endif
-
} // namespace switches
} // namespace app_list
« no previous file with comments | « chrome/test/BUILD.gn ('k') | ui/app_list/app_list_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698