| Index: ui/views/ime/input_method_win.h
|
| diff --git a/ui/views/ime/input_method_win.h b/ui/views/ime/input_method_win.h
|
| index 139d30156ea18e2add4efea0132a16d43145f781..4e93890d55d034266e8fb6a81faa742248c2ea0a 100644
|
| --- a/ui/views/ime/input_method_win.h
|
| +++ b/ui/views/ime/input_method_win.h
|
| @@ -82,9 +82,6 @@ class InputMethodWin : public InputMethodBase {
|
| // Asks the client to confirm current composition text.
|
| void ConfirmCompositionText();
|
|
|
| - // Enables or disables the IME according to the current text input type.
|
| - void UpdateIMEState();
|
| -
|
| // The HWND this InputMethod is bound to.
|
| HWND hwnd_;
|
|
|
|
|