| 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 487a0794c41994b4b203601c3b3cfba931819dce..900891b6c04ae31fb37d3f483151e3dfa765f1fb 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
| @@ -136,9 +136,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();
|
|
|