Index: device/bluetooth/bluetooth_adapter.cc |
diff --git a/device/bluetooth/bluetooth_adapter.cc b/device/bluetooth/bluetooth_adapter.cc |
index 3a2ab0e2a52892219e76aaf89c0c4f11f83be83c..b354709c3219d8e2c1b9d7251c428ed317c4a5ad 100644 |
--- a/device/bluetooth/bluetooth_adapter.cc |
+++ b/device/bluetooth/bluetooth_adapter.cc |
@@ -24,6 +24,10 @@ base::WeakPtr<BluetoothAdapter> BluetoothAdapter::CreateAdapter( |
} |
#endif // !defined(OS_CHROMEOS) && !defined(OS_WIN) && !defined(OS_MACOSX) |
+void BluetoothAdapter::Shutdown() { |
+ NOTIMPLEMENTED(); |
+} |
+ |
BluetoothAdapter::BluetoothAdapter() |
: weak_ptr_factory_(this) { |
} |