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

Unified Diff: ui/base/ime/input_method_win.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_win.h
diff --git a/ui/base/ime/input_method_win.h b/ui/base/ime/input_method_win.h
index 742085445e31f9fe9a1c5b12a1105abb70ea8dcf..9478ac205123bb6ac79e07053f47cd406fc140ea 100644
--- a/ui/base/ime/input_method_win.h
+++ b/ui/base/ime/input_method_win.h
@@ -31,7 +31,7 @@ class UI_BASE_IME_EXPORT InputMethodWin : public InputMethodBase {
void OnCaretBoundsChanged(const TextInputClient* client) override;
void CancelComposition(const TextInputClient* client) override;
void OnInputLocaleChanged() override;
- std::string GetInputLocale() override;
+ bool IsInputLocaleCJK() const override;
bool IsCandidatePopupOpen() const override;
protected:

Powered by Google App Engine
This is Rietveld 408576698