Chromium Code Reviews| Index: ui/views/mus/input_method_mus.cc |
| diff --git a/ui/views/mus/input_method_mus.cc b/ui/views/mus/input_method_mus.cc |
| index 942dde7411a78d78c883fbf6c25478a96fc05fb3..47bdbb770ab81b175530edce9a473944ea7ced3e 100644 |
| --- a/ui/views/mus/input_method_mus.cc |
| +++ b/ui/views/mus/input_method_mus.cc |
| @@ -97,17 +97,6 @@ void InputMethodMus::CancelComposition(const ui::TextInputClient* client) { |
| input_method_->CancelComposition(); |
| } |
| -void InputMethodMus::OnInputLocaleChanged() { |
|
sky
2016/09/01 18:23:43
Leave this one here because of the TODO.
Shu Chen
2016/09/07 03:13:34
Done.
|
| - // TODO(moshayedi): crbug.com/637418. Not supported in ChromeOS. Investigate |
| - // whether we want to support this or not. |
| -} |
| - |
| -std::string InputMethodMus::GetInputLocale() { |
| - // TODO(moshayedi): crbug.com/637418. Not supported in ChromeOS. Investigate |
| - // whether we want to support this or not. |
| - return std::string(); |
| -} |
| - |
| bool InputMethodMus::IsCandidatePopupOpen() const { |
| // TODO(moshayedi): crbug.com/637416. Implement this properly when we have a |
| // mean for displaying candidate list popup. |