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

Unified Diff: ui/base/ime/mock_input_method.cc

Issue 1234193002: Simplify InputMethodWin initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months 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/mock_input_method.cc
diff --git a/ui/base/ime/mock_input_method.cc b/ui/base/ime/mock_input_method.cc
index 046942ab3c3a73e931dca68a9e901fea163824f7..8ff36190fbe6a2bc08ed105d464073e9086c1d72 100644
--- a/ui/base/ime/mock_input_method.cc
+++ b/ui/base/ime/mock_input_method.cc
@@ -84,10 +84,6 @@ std::string MockInputMethod::GetInputLocale() {
return "";
}
-bool MockInputMethod::IsActive() {
- return true;
-}
-
TextInputType MockInputMethod::GetTextInputType() const {
return TEXT_INPUT_TYPE_NONE;
}

Powered by Google App Engine
This is Rietveld 408576698