summaryrefslogtreecommitdiff
path: root/content/browser/renderer_host/input/touch_selection_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/renderer_host/input/touch_selection_controller.h')
-rw-r--r--content/browser/renderer_host/input/touch_selection_controller.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/browser/renderer_host/input/touch_selection_controller.h b/content/browser/renderer_host/input/touch_selection_controller.h
index 13031e12b9..452dde0cc3 100644
--- a/content/browser/renderer_host/input/touch_selection_controller.h
+++ b/content/browser/renderer_host/input/touch_selection_controller.h
@@ -69,9 +69,6 @@ class CONTENT_EXPORT TouchSelectionController : public TouchHandleClient {
// showing allowance.
void HideAndDisallowShowingAutomatically();
- // Override the handle visibility according to |hidden|.
- void SetTemporarilyHidden(bool hidden);
-
// To be called when the editability of the focused region changes.
void OnSelectionEditable(bool editable);