Index: chrome/browser/extensions/api/input_ime/input_ime_api.h |
diff --git a/chrome/browser/extensions/api/input_ime/input_ime_api.h b/chrome/browser/extensions/api/input_ime/input_ime_api.h |
index 2b2f81be12545ac6a69b9a36e87da57bbc0b2ede..a4b849daa209e620032b2614c194169f0c4b6c4a 100644 |
--- a/chrome/browser/extensions/api/input_ime/input_ime_api.h |
+++ b/chrome/browser/extensions/api/input_ime/input_ime_api.h |
@@ -65,6 +65,7 @@ class ImeObserver : public input_method::InputMethodEngineBase::Observer { |
int cursor_pos, |
int anchor_pos, |
int offset_pos) override; |
+ void OnRequestEngineSwitch() override {}; |
protected: |
// Helper function used to forward the given event to the |profile_|'s event |