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

Unified Diff: chromeos/dbus/dbus_thread_manager.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 | « chromeos/chromeos.gyp ('k') | chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/dbus_thread_manager.h
diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h
index 1eb53d188bb991bdebc2076f0be2e93c371817c5..d2387c4efccec19ffd217daa666749b7b016373c 100644
--- a/chromeos/dbus/dbus_thread_manager.h
+++ b/chromeos/dbus/dbus_thread_manager.h
@@ -37,7 +37,6 @@ class CryptohomeClient;
class DBusClient;
class DebugDaemonClient;
class GsmSMSClient;
-class IBusClient;
class IBusEngineFactoryService;
class IBusEngineService;
class ImageBurnerClient;
@@ -109,14 +108,6 @@ class CHROMEOS_EXPORT DBusThreadManager {
virtual void AddObserver(DBusThreadManagerObserver* observer) = 0;
virtual void RemoveObserver(DBusThreadManagerObserver* observer) = 0;
- // Creates new IBusBus instance to communicate with ibus-daemon with specified
- // ibus address. |on_disconnected_callback| will be called when the connection
- // with ibus-daemon is disconnected. Must be called before using ibus related
- // clients.
- // TODO(nona): Support shutdown to enable dynamical ibus-daemon shutdown.
- virtual void InitIBusBus(const std::string& ibus_address,
- const base::Closure& on_disconnected_callback) = 0;
-
// Returns various D-Bus bus instances, owned by DBusThreadManager.
virtual dbus::Bus* GetSystemBus() = 0;
@@ -153,8 +144,6 @@ class CHROMEOS_EXPORT DBusThreadManager {
virtual SystemClockClient* GetSystemClockClient() = 0;
virtual UpdateEngineClient* GetUpdateEngineClient() = 0;
- virtual IBusClient* GetIBusClient() = 0;
-
virtual ~DBusThreadManager();
protected:
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698