| Index: content/browser/renderer_host/input/input_router_impl.h
|
| diff --git a/content/browser/renderer_host/input/input_router_impl.h b/content/browser/renderer_host/input/input_router_impl.h
|
| index cc6f3779e3b695ea3ff518c34bc85f7be2c0ae13..b687a506caa00e6edfca5c78a50af412aa941fee 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl.h
|
| +++ b/content/browser/renderer_host/input/input_router_impl.h
|
| @@ -48,12 +48,6 @@ class CONTENT_EXPORT InputRouterImpl
|
| public NON_EXPORTED_BASE(TouchEventQueueClient),
|
| public NON_EXPORTED_BASE(TouchpadTapSuppressionControllerClient) {
|
| public:
|
| - struct CONTENT_EXPORT Config {
|
| - Config();
|
| - GestureEventQueue::Config gesture_config;
|
| - TouchEventQueue::Config touch_config;
|
| - };
|
| -
|
| InputRouterImpl(IPC::Sender* sender,
|
| InputRouterClient* client,
|
| InputAckHandler* ack_handler,
|
|
|