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

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

Issue 2390823005: Update device permissions dialog ui for Chrome apps and extensions (Closed)
Patch Set: address more 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.h
diff --git a/chrome/browser/chooser_controller/chooser_controller.h b/chrome/browser/chooser_controller/chooser_controller.h
index f2ed9780589e258438296264601717ff405f25c7..6b2e1f415d407a062c4a09f4f31f83edf2f4e30c 100644
--- a/chrome/browser/chooser_controller/chooser_controller.h
+++ b/chrome/browser/chooser_controller/chooser_controller.h
@@ -68,6 +68,9 @@ class ChooserController {
// For WebBluetooth, it is a signal strength icon.
virtual bool ShouldShowIconBeforeText() const;
+ // Returns if the chooser needs to show a footnote view.
+ virtual bool ShouldShowFootnoteView() const;
+
// Returns if the chooser allows multiple items to be selected.
virtual bool AllowMultipleSelection() const;
« no previous file with comments | « chrome/app/nibs/DevicePermissionsPrompt.xib ('k') | chrome/browser/chooser_controller/chooser_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698