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

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

Issue 2518933004: Add multiple selection support to chooser on desktops (Closed)
Patch Set: add multiple selection support to chooser on desktops 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 5faceec34bec860d6bcb273b7389fe8b3581ca45..48ed7a82ad0bdb0fa2cf087b14f5a31d8bf2378d 100644
--- a/chrome/browser/chooser_controller/chooser_controller.h
+++ b/chrome/browser/chooser_controller/chooser_controller.h
@@ -66,6 +66,9 @@ class ChooserController {
// For WebBluetooth, it is a signal strength icon.
virtual bool ShouldShowIconBeforeText() const;
+ // Returns if the chooser allows multiple items to be selected.
+ virtual bool AllowMultipleSelection() const;
+
// Returns the text to be displayed in the chooser when there are no options.
virtual base::string16 GetNoOptionsText() const = 0;

Powered by Google App Engine
This is Rietveld 408576698