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

Unified Diff: chrome/browser/ui/app_list/app_list_controller_delegate.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: chrome/browser/ui/app_list/app_list_controller_delegate.cc
diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate.cc b/chrome/browser/ui/app_list/app_list_controller_delegate.cc
index e93132b88f9436e52d941c96dbdc31bf35f069ec..d9d8ede37e7dfe6d0f40b141b587cac673ed371b 100644
--- a/chrome/browser/ui/app_list/app_list_controller_delegate.cc
+++ b/chrome/browser/ui/app_list/app_list_controller_delegate.cc
@@ -25,7 +25,6 @@
#include "ui/app_list/app_list_folder_item.h"
#include "ui/app_list/app_list_item.h"
#include "ui/app_list/app_list_model.h"
-#include "ui/app_list/app_list_switches.h"
#include "ui/gfx/geometry/rect.h"
#if defined(ENABLE_RLZ)
@@ -87,7 +86,7 @@ bool AppListControllerDelegate::UserMayModifySettings(
}
bool AppListControllerDelegate::CanDoShowAppInfoFlow() {
- return app_list::switches::IsAppInfoEnabled();
+ return CanShowAppInfoDialog();
}
void AppListControllerDelegate::DoShowAppInfoFlow(

Powered by Google App Engine
This is Rietveld 408576698