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

Unified Diff: ui/base/ime/input_method_chromeos.h

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, 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
Index: ui/base/ime/input_method_chromeos.h
diff --git a/ui/base/ime/input_method_chromeos.h b/ui/base/ime/input_method_chromeos.h
index 4b29bc645154ac30dff19058c2bd05a3df89acc1..a4145cdd68a6948914ed140434d9dcdf431dde3c 100644
--- a/ui/base/ime/input_method_chromeos.h
+++ b/ui/base/ime/input_method_chromeos.h
@@ -34,8 +34,6 @@ class UI_BASE_IME_EXPORT InputMethodChromeOS : public InputMethodBase {
void OnTextInputTypeChanged(const TextInputClient* client) override;
void OnCaretBoundsChanged(const TextInputClient* client) override;
void CancelComposition(const TextInputClient* client) override;
- void OnInputLocaleChanged() override;
- std::string GetInputLocale() override;
bool IsCandidatePopupOpen() const override;
protected:

Powered by Google App Engine
This is Rietveld 408576698