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

Unified Diff: ui/base/ime/input_method_mac.mm

Issue 2298123003: Using input language instead of the application locale to determine the Omnibox's text input type o… (Closed)
Patch Set: fix compiling errors in mus. 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
« no previous file with comments | « ui/base/ime/input_method_mac.h ('k') | ui/base/ime/input_method_minimal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/input_method_mac.mm
diff --git a/ui/base/ime/input_method_mac.mm b/ui/base/ime/input_method_mac.mm
index ff6118fa165dea974b03288be3ff0a48d5600a91..b03b1620e3f1758361d109a1794036172a841452 100644
--- a/ui/base/ime/input_method_mac.mm
+++ b/ui/base/ime/input_method_mac.mm
@@ -29,13 +29,6 @@ void InputMethodMac::OnCaretBoundsChanged(const TextInputClient* client) {
void InputMethodMac::CancelComposition(const TextInputClient* client) {
}
-void InputMethodMac::OnInputLocaleChanged() {
-}
-
-std::string InputMethodMac::GetInputLocale() {
- return "";
-}
-
bool InputMethodMac::IsCandidatePopupOpen() const {
// There seems to be no way to tell if a candidate window is open.
return false;
« no previous file with comments | « ui/base/ime/input_method_mac.h ('k') | ui/base/ime/input_method_minimal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698