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

Unified Diff: chrome/browser/chromeos/input_method/mock_input_method_engine.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/chromeos/input_method/mock_input_method_engine.cc
diff --git a/chrome/browser/chromeos/input_method/mock_input_method_engine.cc b/chrome/browser/chromeos/input_method/mock_input_method_engine.cc
index 42d8823bdca68b80e87cd0963fb298838b8c769f..7efb6750158d30fd2efaf9a7270aa7fe782ac069 100644
--- a/chrome/browser/chromeos/input_method/mock_input_method_engine.cc
+++ b/chrome/browser/chromeos/input_method/mock_input_method_engine.cc
@@ -71,6 +71,8 @@ void MockInputMethodEngine::PropertyActivate(const std::string& property_name) {
void MockInputMethodEngine::Reset() {}
+void MockInputMethodEngine::MaybeSwitchEngine() {}
+
bool MockInputMethodEngine::IsInterestedInKeyEvent() const {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698