Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: ui/base/ime/chromeos/mock_ime_engine_handler.h

Issue 2597413002: Makes the InputMethodEngine can be switched per profile when the top-level browser window is switch… (Closed)
Patch Set: . Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/base/ime/chromeos/mock_ime_engine_handler.h
diff --git a/ui/base/ime/chromeos/mock_ime_engine_handler.h b/ui/base/ime/chromeos/mock_ime_engine_handler.h
index 840b5ec82d03e7f131bcd050cd68e26dbcb8d220..795559d586c0f1951d66cf7673d38677347c26ea 100644
--- a/ui/base/ime/chromeos/mock_ime_engine_handler.h
+++ b/ui/base/ime/chromeos/mock_ime_engine_handler.h
@@ -26,6 +26,7 @@ class UI_BASE_IME_EXPORT MockIMEEngineHandler
void Disable() override;
void PropertyActivate(const std::string& property_name) override;
void Reset() override;
+ void MaybeSwitchEngine() override;
bool IsInterestedInKeyEvent() const override;
void ProcessKeyEvent(const ui::KeyEvent& key_event,
KeyEventDoneCallback& callback) override;
« no previous file with comments | « chrome/browser/ui/input_method/input_method_engine_unittest.cc ('k') | ui/base/ime/chromeos/mock_ime_engine_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698