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

Unified Diff: chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc

Issue 12605008: D-Bus Clients for BlueZ 5 API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mock dbus thread manager without gmock? I didn't even know that was a thing! Created 7 years, 9 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_without_gmock.cc
diff --git a/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc b/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc
index 692d703fab0085162668654d7e4dd48101f433ec..5e9b86676c2bf0afa77d5c8fed093d9aa2c241f1 100644
--- a/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc
+++ b/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc
@@ -97,6 +97,32 @@ DebugDaemonClient* MockDBusThreadManagerWithoutGMock::GetDebugDaemonClient() {
return NULL;
}
+ExperimentalBluetoothAdapterClient*
+ MockDBusThreadManagerWithoutGMock::GetExperimentalBluetoothAdapterClient() {
+ NOTIMPLEMENTED();
+ return NULL;
+}
+
+ExperimentalBluetoothAgentManagerClient*
+ MockDBusThreadManagerWithoutGMock::
+ GetExperimentalBluetoothAgentManagerClient() {
+ NOTIMPLEMENTED();
+ return NULL;
+}
+
+ExperimentalBluetoothDeviceClient*
+ MockDBusThreadManagerWithoutGMock::GetExperimentalBluetoothDeviceClient() {
+ NOTIMPLEMENTED();
+ return NULL;
+}
+
+ExperimentalBluetoothProfileManagerClient*
+ MockDBusThreadManagerWithoutGMock::
+ GetExperimentalBluetoothProfileManagerClient() {
+ NOTIMPLEMENTED();
+ return NULL;
+}
+
ShillDeviceClient*
MockDBusThreadManagerWithoutGMock::GetShillDeviceClient() {
NOTIMPLEMENTED();
« no previous file with comments | « chromeos/dbus/mock_dbus_thread_manager_without_gmock.h ('k') | chromeos/dbus/mock_experimental_bluetooth_adapter_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698