| Index: chrome/browser/ui/views/ime_driver/simple_input_method.cc
|
| diff --git a/chrome/browser/ui/views/ime_driver/simple_input_method.cc b/chrome/browser/ui/views/ime_driver/simple_input_method.cc
|
| index 189d346401f17cde57c068bb452b7a249907a70c..7ca088820d0c6006c43502d4bd0892139c8d7f0b 100644
|
| --- a/chrome/browser/ui/views/ime_driver/simple_input_method.cc
|
| +++ b/chrome/browser/ui/views/ime_driver/simple_input_method.cc
|
| @@ -8,9 +8,6 @@ SimpleInputMethod::SimpleInputMethod() {}
|
|
|
| SimpleInputMethod::~SimpleInputMethod() {}
|
|
|
| -void SimpleInputMethod::OnTextInputModeChanged(
|
| - ui::TextInputMode text_input_mode) {}
|
| -
|
| void SimpleInputMethod::OnTextInputTypeChanged(
|
| ui::TextInputType text_input_type) {}
|
|
|
|
|