| Index: ui/base/ime/input_method_mac.h
|
| diff --git a/ui/base/ime/input_method_mac.h b/ui/base/ime/input_method_mac.h
|
| index a792400796b09ac7624bf57db1c04fee5854e800..f56b08fbde76eff00922dbe56976c5c54f81aece 100644
|
| --- a/ui/base/ime/input_method_mac.h
|
| +++ b/ui/base/ime/input_method_mac.h
|
| @@ -25,8 +25,6 @@ class UI_BASE_IME_EXPORT InputMethodMac : public InputMethodBase {
|
| void DispatchKeyEvent(ui::KeyEvent* event) override;
|
| void OnCaretBoundsChanged(const TextInputClient* client) override;
|
| void CancelComposition(const TextInputClient* client) override;
|
| - void OnInputLocaleChanged() override;
|
| - std::string GetInputLocale() override;
|
| bool IsCandidatePopupOpen() const override;
|
|
|
| private:
|
|
|