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

Unified Diff: ui/views/mus/input_method_mus.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
« ui/base/ime/win/imm32_manager.cc ('K') | « ui/views/mus/input_method_mus.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/input_method_mus.cc
diff --git a/ui/views/mus/input_method_mus.cc b/ui/views/mus/input_method_mus.cc
index 942dde7411a78d78c883fbf6c25478a96fc05fb3..47bdbb770ab81b175530edce9a473944ea7ced3e 100644
--- a/ui/views/mus/input_method_mus.cc
+++ b/ui/views/mus/input_method_mus.cc
@@ -97,17 +97,6 @@ void InputMethodMus::CancelComposition(const ui::TextInputClient* client) {
input_method_->CancelComposition();
}
-void InputMethodMus::OnInputLocaleChanged() {
sky 2016/09/01 18:23:43 Leave this one here because of the TODO.
Shu Chen 2016/09/07 03:13:34 Done.
- // TODO(moshayedi): crbug.com/637418. Not supported in ChromeOS. Investigate
- // whether we want to support this or not.
-}
-
-std::string InputMethodMus::GetInputLocale() {
- // TODO(moshayedi): crbug.com/637418. Not supported in ChromeOS. Investigate
- // whether we want to support this or not.
- return std::string();
-}
-
bool InputMethodMus::IsCandidatePopupOpen() const {
// TODO(moshayedi): crbug.com/637416. Implement this properly when we have a
// mean for displaying candidate list popup.
« ui/base/ime/win/imm32_manager.cc ('K') | « ui/views/mus/input_method_mus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698