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

Unified Diff: chromeos/dbus/mock_dbus_thread_manager.h

Issue 14048007: Bluetooth: D-Bus client interface for org.bluez.Input1 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: interface deletion order fixed. Created 7 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/mock_dbus_thread_manager.h
diff --git a/chromeos/dbus/mock_dbus_thread_manager.h b/chromeos/dbus/mock_dbus_thread_manager.h
index 7d1982e9f8a88a586f9bf59461e512465f60d45f..b52fc8e0e8219ec267a38de4bddaf0748f276735 100644
--- a/chromeos/dbus/mock_dbus_thread_manager.h
+++ b/chromeos/dbus/mock_dbus_thread_manager.h
@@ -86,6 +86,8 @@ class MockDBusThreadManager : public DBusThreadManager {
ExperimentalBluetoothAgentManagerClient*(void));
MOCK_METHOD0(GetExperimentalBluetoothDeviceClient,
ExperimentalBluetoothDeviceClient*(void));
+ MOCK_METHOD0(GetExperimentalBluetoothInputClient,
+ ExperimentalBluetoothInputClient*(void));
MOCK_METHOD0(GetExperimentalBluetoothProfileManagerClient,
ExperimentalBluetoothProfileManagerClient*(void));
MOCK_METHOD0(GetShillDeviceClient, ShillDeviceClient*(void));
« no previous file with comments | « chromeos/dbus/fake_bluetooth_input_client.cc ('k') | chromeos/dbus/mock_dbus_thread_manager_without_gmock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698