summaryrefslogtreecommitdiff
path: root/chromium/content/public/browser/touch_selection_controller_client_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/public/browser/touch_selection_controller_client_manager.h')
-rw-r--r--chromium/content/public/browser/touch_selection_controller_client_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/content/public/browser/touch_selection_controller_client_manager.h b/chromium/content/public/browser/touch_selection_controller_client_manager.h
index 01460afe153..8d037d954ef 100644
--- a/chromium/content/public/browser/touch_selection_controller_client_manager.h
+++ b/chromium/content/public/browser/touch_selection_controller_client_manager.h
@@ -55,7 +55,7 @@ class CONTENT_EXPORT TouchSelectionControllerClientManager {
virtual void InvalidateClient(ui::TouchSelectionControllerClient* client) = 0;
// Provides direct access to the TouchSelectionController that will be used
- // with all clients accessing this manager. Always returns non-null value.
+ // with all clients accessing this manager. May return null values on Android.
virtual ui::TouchSelectionController* GetTouchSelectionController() = 0;
// The following two functions allow clients (or their owners, etc.) to