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

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: Remove obsolete test. 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/input_method_engine_ibus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9f2ecf0774c352fab583982f932dfee6be0cff73..c8adb111a85795885d5b67f566b18296c1e134fe 100644
--- a/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
+++ b/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
@@ -103,9 +103,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);
@@ -113,12 +110,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(
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/input_method_engine_ibus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698