| Index: ui/base/ime/input_method_auralinux.cc
|
| diff --git a/ui/base/ime/input_method_auralinux.cc b/ui/base/ime/input_method_auralinux.cc
|
| index c6841024d4ffb00dfe6b63562cb766bc204c6a30..b4d436af403352c0723e4823bfdb00e667636af6 100644
|
| --- a/ui/base/ime/input_method_auralinux.cc
|
| +++ b/ui/base/ime/input_method_auralinux.cc
|
| @@ -212,11 +212,6 @@ std::string InputMethodAuraLinux::GetInputLocale() {
|
| return "";
|
| }
|
|
|
| -bool InputMethodAuraLinux::IsActive() {
|
| - // InputMethodAuraLinux is always ready and up.
|
| - return true;
|
| -}
|
| -
|
| bool InputMethodAuraLinux::IsCandidatePopupOpen() const {
|
| // There seems no way to detect candidate windows or any popups.
|
| return false;
|
|
|