diff options
author | komatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 05:51:29 +0000 |
---|---|---|
committer | komatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 05:51:29 +0000 |
commit | abb2b9f0cb653e30cb43cdc63b527bdaddbedc58 (patch) | |
tree | 9edef0945266ce9172fd79f745178e5d06f94ee3 /chrome/browser/chromeos/input_method/input_method_manager_impl.h | |
parent | 321e8602f4adc6e8e2325c375b8cea591d0c87d5 (diff) | |
download | chromium_src-abb2b9f0cb653e30cb43cdc63b527bdaddbedc58.zip chromium_src-abb2b9f0cb653e30cb43cdc63b527bdaddbedc58.tar.gz chromium_src-abb2b9f0cb653e30cb43cdc63b527bdaddbedc58.tar.bz2 |
Delete IBusClient.
IBusClient is no longer necessary. This patch cleans up the code.
BUG=317500
Review URL: https://codereview.chromium.org/67313006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234763 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_manager_impl.h')
-rw-r--r-- | chrome/browser/chromeos/input_method/input_method_manager_impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 487a079..900891b 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(); |