Index: device/bluetooth/bluetooth_adapter_chromeos_experimental.cc |
diff --git a/device/bluetooth/bluetooth_adapter_chromeos_experimental.cc b/device/bluetooth/bluetooth_adapter_chromeos_experimental.cc |
index 4a09e565eec78c4b45a0f2e2413f12823cb9b24f..35c0db67e60a89f5d19f0b612f5db717d420e15f 100644 |
--- a/device/bluetooth/bluetooth_adapter_chromeos_experimental.cc |
+++ b/device/bluetooth/bluetooth_adapter_chromeos_experimental.cc |
@@ -26,6 +26,14 @@ void BluetoothAdapterChromeOSExperimental::RemoveObserver( |
BluetoothAdapter::Observer* observer) { |
} |
+std::string BluetoothAdapterChromeOSExperimental::address() const { |
+ return std::string(); |
+} |
+ |
+std::string BluetoothAdapterChromeOSExperimental::name() const { |
+ return std::string(); |
+} |
+ |
bool BluetoothAdapterChromeOSExperimental::IsInitialized() const { |
return true; |
} |