| Index: content/browser/renderer_host/input/touch_selection_controller.h
|
| diff --git a/content/browser/renderer_host/input/touch_selection_controller.h b/content/browser/renderer_host/input/touch_selection_controller.h
|
| index 13031e12b9b326733fa02d7a5f5d94af13afae61..452dde0cc3e0f3b3f8552206f914ccd35c84bfa1 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);
|
|
|
|
|