| Index: ui/base/ime/input_method_chromeos.cc
|
| diff --git a/ui/base/ime/input_method_chromeos.cc b/ui/base/ime/input_method_chromeos.cc
|
| index 53ee44940d17c19cf469955cef3cd65e4951546d..a8ac9028f9b5faefff0d276f20e61e3864d4d359 100644
|
| --- a/ui/base/ime/input_method_chromeos.cc
|
| +++ b/ui/base/ime/input_method_chromeos.cc
|
| @@ -231,15 +231,6 @@ void InputMethodChromeOS::CancelComposition(const TextInputClient* client) {
|
| ResetContext();
|
| }
|
|
|
| -void InputMethodChromeOS::OnInputLocaleChanged() {
|
| - // Not supported.
|
| -}
|
| -
|
| -std::string InputMethodChromeOS::GetInputLocale() {
|
| - // Not supported.
|
| - return "";
|
| -}
|
| -
|
| bool InputMethodChromeOS::IsCandidatePopupOpen() const {
|
| // TODO(yukishiino): Implement this method.
|
| return false;
|
|
|