| Index: ui/wm/core/input_method_event_filter.h
|
| diff --git a/ui/wm/core/input_method_event_filter.h b/ui/wm/core/input_method_event_filter.h
|
| index c4033d12688f8575b7236f566a153834c51d5dc7..af823089b1376d106ad6a030fb2f6ae40559f163 100644
|
| --- a/ui/wm/core/input_method_event_filter.h
|
| +++ b/ui/wm/core/input_method_event_filter.h
|
| @@ -42,9 +42,6 @@ class WM_EXPORT InputMethodEventFilter
|
|
|
| scoped_ptr<ui::InputMethod> input_method_;
|
|
|
| - // The target dispatcher that will receive translated key events from the IME.
|
| - ui::EventProcessor* target_dispatcher_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(InputMethodEventFilter);
|
| };
|
|
|
|
|