| Index: content/browser/renderer_host/input/touch_selection_controller_client_aura.h
|
| diff --git a/content/browser/renderer_host/input/touch_selection_controller_client_aura.h b/content/browser/renderer_host/input/touch_selection_controller_client_aura.h
|
| index 0d6dba6a4d837688e38970c1bf52248505812e78..222fd62800b91ee4d6cd705c3575206473c4a0f7 100644
|
| --- a/content/browser/renderer_host/input/touch_selection_controller_client_aura.h
|
| +++ b/content/browser/renderer_host/input/touch_selection_controller_client_aura.h
|
| @@ -50,7 +50,6 @@ class CONTENT_EXPORT TouchSelectionControllerClientAura
|
|
|
| private:
|
| friend class TestTouchSelectionControllerClientAura;
|
| - class EnvPreTargetHandler;
|
|
|
| bool IsQuickMenuAvailable() const;
|
| void ShowQuickMenu();
|
| @@ -82,10 +81,6 @@ class CONTENT_EXPORT TouchSelectionControllerClientAura
|
|
|
| bool show_quick_menu_immediately_for_test_;
|
|
|
| - // A pre-target event handler for aura::Env which deactivates touch selection
|
| - // on mouse and keyboard events.
|
| - std::unique_ptr<EnvPreTargetHandler> env_pre_target_handler_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(TouchSelectionControllerClientAura);
|
| };
|
|
|
|
|