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

Unified Diff: ui/touch_selection/touch_selection_controller.h

Issue 2230413002: Remove unnecessary |show_on_tap_for_empty_editable| flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing test name Created 4 years, 4 months 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: 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,
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | ui/touch_selection/touch_selection_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698