| Index: ui/views/mus/input_method_mus.h
|
| diff --git a/ui/views/mus/input_method_mus.h b/ui/views/mus/input_method_mus.h
|
| index 146b5c31856d8c6166f756b358112186860f8467..dc995d78befa01381e8ba03875b73947c125fc0b 100644
|
| --- a/ui/views/mus/input_method_mus.h
|
| +++ b/ui/views/mus/input_method_mus.h
|
| @@ -38,8 +38,6 @@ class VIEWS_MUS_EXPORT InputMethodMus : public ui::InputMethodBase {
|
| void OnTextInputTypeChanged(const ui::TextInputClient* client) override;
|
| void OnCaretBoundsChanged(const ui::TextInputClient* client) override;
|
| void CancelComposition(const ui::TextInputClient* client) override;
|
| - void OnInputLocaleChanged() override;
|
| - std::string GetInputLocale() override;
|
| bool IsCandidatePopupOpen() const override;
|
|
|
| private:
|
|
|