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

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

Issue 2298123003: Using input language instead of the application locale to determine the Omnibox's text input type o… (Closed)
Patch Set: fix compiling errors in mus. Created 4 years, 3 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
« no previous file with comments | « ui/base/ime/input_method_android.h ('k') | ui/base/ime/input_method_auralinux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/input_method_android.cc
diff --git a/ui/base/ime/input_method_android.cc b/ui/base/ime/input_method_android.cc
index 23f3b5090b864ee5e3e401abfafb5d8d23d6a325..7ec33a63589d6e6a4b61c602548da4c7b908ab20 100644
--- a/ui/base/ime/input_method_android.cc
+++ b/ui/base/ime/input_method_android.cc
@@ -49,12 +49,6 @@ void InputMethodAndroid::CancelComposition(
const ui::TextInputClient* client) {
}
-void InputMethodAndroid::OnInputLocaleChanged() {}
-
-std::string InputMethodAndroid::GetInputLocale() {
- return "";
-}
-
bool InputMethodAndroid::IsCandidatePopupOpen() const {
return false;
}
« no previous file with comments | « ui/base/ime/input_method_android.h ('k') | ui/base/ime/input_method_auralinux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698