Index: ui/touch_selection/touch_selection_controller.h |
diff --git a/ui/touch_selection/touch_selection_controller.h b/ui/touch_selection/touch_selection_controller.h |
index bbffc87c80dd030f7785673f2778f492a29fe98c..dd1e70eb88ef257960241c3f3376b9f834fd29bc 100644 |
--- a/ui/touch_selection/touch_selection_controller.h |
+++ b/ui/touch_selection/touch_selection_controller.h |
@@ -64,12 +64,6 @@ class UI_TOUCH_SELECTION_EXPORT TouchSelectionController |
// Controls whether drag selection after a longpress is enabled. |
// Defaults to false. |
bool enable_longpress_drag_selection; |
- |
- // 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; |
}; |
TouchSelectionController(TouchSelectionControllerClient* client, |