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

Unified Diff: ui/base/ime/input_method_minimal.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, 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.h
diff --git a/ui/base/ime/input_method_minimal.h b/ui/base/ime/input_method_minimal.h
index cab74ad33f6cf1f5928afb56adcc892355e79f9c..8cd9b75f5f929aab098224cfa18d7fe401f68db1 100644
--- a/ui/base/ime/input_method_minimal.h
+++ b/ui/base/ime/input_method_minimal.h
@@ -23,8 +23,6 @@ class UI_BASE_IME_EXPORT InputMethodMinimal : public InputMethodBase {
void DispatchKeyEvent(ui::KeyEvent* event) override;
void OnCaretBoundsChanged(const TextInputClient* client) override;
void CancelComposition(const TextInputClient* client) override;
- void OnInputLocaleChanged() override;
- std::string GetInputLocale() override;
bool IsCandidatePopupOpen() const override;
private:

Powered by Google App Engine
This is Rietveld 408576698