Index: chrome/browser/chromeos/input_method/input_method_engine_ibus.h |
diff --git a/chrome/browser/chromeos/input_method/input_method_engine_ibus.h b/chrome/browser/chromeos/input_method/input_method_engine_ibus.h |
index aef6aa22b3a9ed878a97c9eac07563fcc545910c..4c8c92d667e83599c07a5a49eab18fbd871f74c7 100644 |
--- a/chrome/browser/chromeos/input_method/input_method_engine_ibus.h |
+++ b/chrome/browser/chromeos/input_method/input_method_engine_ibus.h |
@@ -102,9 +102,6 @@ class InputMethodEngineIBus : public InputMethodEngine, |
void OnDisconnected(); |
private: |
- // Returns true if the connection to ibus-daemon is avaiable. |
- bool IsConnected(); |
- |
// Converts MenuItem to InputMethodProperty. |
void MenuItemToProperty(const MenuItem& item, |
input_method::InputMethodProperty* property); |
@@ -112,12 +109,6 @@ class InputMethodEngineIBus : public InputMethodEngine, |
// Registers the engine component. |
void RegisterComponent(); |
- // Called when the RegisterComponent is failed. |
- void OnComponentRegistrationFailed(); |
- |
- // Called when the RegisterComponent is succeeded. |
- void OnComponentRegistered(); |
- |
// Called when the ibus-daemon sends CreateEngine message with corresponding |
// engine id. |
void CreateEngineHandler( |