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

Unified Diff: ui/app_list/app_list_switches.cc

Issue 899173002: Replace Webstore link with app info dialog link in chrome://apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 10 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
Index: ui/app_list/app_list_switches.cc
diff --git a/ui/app_list/app_list_switches.cc b/ui/app_list/app_list_switches.cc
index a80013f206d10068293d231e25e08d188f616c57..c528c7162d4697be8333d5ceb7cf015de3bcdee3 100644
--- a/ui/app_list/app_list_switches.cc
+++ b/ui/app_list/app_list_switches.cc
@@ -67,13 +67,6 @@ bool IsVoiceSearchEnabled() {
#endif
}
-bool IsAppInfoEnabled() {
-#if defined(OS_MACOSX)
- return IsMacViewsAppListListEnabled();
-#endif
- return true;
-}
-
bool IsExperimentalAppListEnabled() {
if (base::CommandLine::ForCurrentProcess()->HasSwitch(
kEnableExperimentalAppList))
« chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('K') | « ui/app_list/app_list_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698