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

Unified Diff: device/bluetooth/bluetooth_adapter_chromeos_experimental.cc

Issue 13224004: Bluetooth: remove private members from BluetoothAdapter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments 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: 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;
}
« no previous file with comments | « device/bluetooth/bluetooth_adapter_chromeos_experimental.h ('k') | device/bluetooth/bluetooth_adapter_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698