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

Unified Diff: chromeos/dbus/mock_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: Fix 32bit build failure. Created 8 years, 7 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/mock_dbus_thread_manager.h
diff --git a/chromeos/dbus/mock_dbus_thread_manager.h b/chromeos/dbus/mock_dbus_thread_manager.h
index ee7bcea4fd151ff4851cf99a43c4fcb992085dd0..94809bb22f1a72711bc5af9b29c9aacb6aaa38f5 100644
--- a/chromeos/dbus/mock_dbus_thread_manager.h
+++ b/chromeos/dbus/mock_dbus_thread_manager.h
@@ -49,7 +49,9 @@ class MockDBusThreadManager : public DBusThreadManager {
MockDBusThreadManager();
virtual ~MockDBusThreadManager();
+ MOCK_METHOD1(InitIBusBus, void(const std::string& ibus_address));
MOCK_METHOD0(GetSystemBus, dbus::Bus*(void));
+ MOCK_METHOD0(GetIBusBus, dbus::Bus*(void));
MOCK_METHOD0(GetBluetoothAdapterClient, BluetoothAdapterClient*(void));
MOCK_METHOD0(GetBluetoothDeviceClient, BluetoothDeviceClient*(void));
MOCK_METHOD0(GetBluetoothInputClient, BluetoothInputClient*(void));
« chromeos/dbus/dbus_thread_manager.cc ('K') | « chromeos/dbus/dbus_thread_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698