diff options
Diffstat (limited to 'ui/touch_selection/touch_selection_controller.h')
-rw-r--r-- | ui/touch_selection/touch_selection_controller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/touch_selection/touch_selection_controller.h b/ui/touch_selection/touch_selection_controller.h index 797b755..ae0161b 100644 --- a/ui/touch_selection/touch_selection_controller.h +++ b/ui/touch_selection/touch_selection_controller.h @@ -66,6 +66,8 @@ class UI_TOUCH_SELECTION_EXPORT TouchSelectionController // Controls whether an insertion handle is shown on a tap for an empty // editable text. Defauls to false. + // TODO(mohsen): This flag used to be set to |true| on Aura. That's not the + // case anymore and it is always |false|. Consider removing it. bool show_on_tap_for_empty_editable; }; |