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

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

Issue 2298123003: Using input language instead of the application locale to determine the Omnibox's text input type o… (Closed)
Patch Set: ..... Created 4 years, 4 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/input_method_minimal.cc
diff --git a/ui/base/ime/input_method_minimal.cc b/ui/base/ime/input_method_minimal.cc
index 8a5670e40a389fd10290794a16effe325595e0f0..506da840eb04eb6291d0ab4dacfb6535d49839e2 100644
--- a/ui/base/ime/input_method_minimal.cc
+++ b/ui/base/ime/input_method_minimal.cc
@@ -49,12 +49,6 @@ void InputMethodMinimal::OnCaretBoundsChanged(const TextInputClient* client) {}
void InputMethodMinimal::CancelComposition(const TextInputClient* client) {}
-void InputMethodMinimal::OnInputLocaleChanged() {}
-
-std::string InputMethodMinimal::GetInputLocale() {
- return std::string();
-}
-
bool InputMethodMinimal::IsCandidatePopupOpen() const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698