| 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;
|
|
|
|
|