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

Unified Diff: chromeos/dbus/dbus_thread_manager.h

Issue 10159004: Extends DBusThreadManager to connect ibus-bus. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 months 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: chromeos/dbus/dbus_thread_manager.h
diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h
index 648be053149039e0050ab9875228a38c13f5b3ae..451a6512a14141077d15eb57e5bd258274da03cc 100644
--- a/chromeos/dbus/dbus_thread_manager.h
+++ b/chromeos/dbus/dbus_thread_manager.h
@@ -84,6 +84,9 @@ class CHROMEOS_EXPORT DBusThreadManager {
// Returns the D-Bus system bus instance, owned by DBusThreadManager.
virtual dbus::Bus* GetSystemBus() = 0;
+ // Returns the IBus bus instance, owned by DBusThreadManager.
+ virtual dbus::Bus* GetIBusBus() = 0;
+
// Returns the bluetooth adapter client, owned by DBusThreadManager.
// Do not cache this pointer and use it after DBusThreadManager is shut
// down.

Powered by Google App Engine
This is Rietveld 408576698