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

Unified Diff: chrome/browser/ui/input_method/input_method_engine_base.cc

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: chrome/browser/ui/input_method/input_method_engine_base.cc
diff --git a/chrome/browser/ui/input_method/input_method_engine_base.cc b/chrome/browser/ui/input_method/input_method_engine_base.cc
index 64ce74d63ba2e9973248b9577f032f8bfc5843ba..e28670bdfe93bc64990500fe2e833e620ac9c41e 100644
--- a/chrome/browser/ui/input_method/input_method_engine_base.cc
+++ b/chrome/browser/ui/input_method/input_method_engine_base.cc
@@ -348,6 +348,10 @@ void InputMethodEngineBase::Reset() {
observer_->OnReset(active_component_id_);
}
+void InputMethodEngineBase::MaybeSwitchEngine() {
+ observer_->OnRequestEngineSwitch();
+}
+
bool InputMethodEngineBase::IsInterestedInKeyEvent() const {
return observer_->IsInterestedInKeyEvent();
}

Powered by Google App Engine
This is Rietveld 408576698