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; |