Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: chrome/browser/chromeos/input_method/input_method_engine_ibus.h

Issue 67313006: Delete IBusClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698