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

Unified Diff: chrome/browser/chooser_controller/chooser_controller.cc

Issue 2390823005: Update device permissions dialog ui for Chrome apps and extensions (Closed)
Patch Set: address comments Created 4 years, 1 month 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/chooser_controller/chooser_controller.cc
diff --git a/chrome/browser/chooser_controller/chooser_controller.cc b/chrome/browser/chooser_controller/chooser_controller.cc
index 6bca41ef808b92d1ec5dd8d27e62cba548a82700..44340322c027e82fb39bceaf2db6263e8deff5ca 100644
--- a/chrome/browser/chooser_controller/chooser_controller.cc
+++ b/chrome/browser/chooser_controller/chooser_controller.cc
@@ -56,6 +56,10 @@ bool ChooserController::ShouldShowIconBeforeText() const {
return false;
}
+bool ChooserController::ShouldShowFootnoteView() const {
+ return true;
+}
+
bool ChooserController::AllowMultipleSelection() const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698