Index: ui/views/mus/input_method_mus.cc |
diff --git a/ui/views/mus/input_method_mus.cc b/ui/views/mus/input_method_mus.cc |
index 942dde7411a78d78c883fbf6c25478a96fc05fb3..fb28dbd931ff939ab6d1943f9984b420ebbc1fba 100644 |
--- a/ui/views/mus/input_method_mus.cc |
+++ b/ui/views/mus/input_method_mus.cc |
@@ -102,12 +102,6 @@ void InputMethodMus::OnInputLocaleChanged() { |
// whether we want to support this or not. |
} |
-std::string InputMethodMus::GetInputLocale() { |
- // TODO(moshayedi): crbug.com/637418. Not supported in ChromeOS. Investigate |
- // whether we want to support this or not. |
- return std::string(); |
-} |
- |
bool InputMethodMus::IsCandidatePopupOpen() const { |
// TODO(moshayedi): crbug.com/637416. Implement this properly when we have a |
// mean for displaying candidate list popup. |