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(); |