| Index: chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_manager_impl.h b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
| index a6036f134fedf0e1048db0458f040aa44702f788..0eb613b545945503bda9181eccc2bbf952d3aebb 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
| @@ -135,9 +135,6 @@ class InputMethodManagerImpl : public InputMethodManager,
|
| // that only contains an input method ID of a keyboard layout.
|
| bool ContainsOnlyKeyboardLayout(const std::vector<std::string>& value);
|
|
|
| - // Returns true if the connection to ibus-daemon is established.
|
| - bool IsIBusConnectionAlive();
|
| -
|
| // Creates and initializes |candidate_window_controller_| if it hasn't been
|
| // done.
|
| void MaybeInitializeCandidateWindowController();
|
|
|