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

Unified Diff: device/bluetooth/bluetooth_adapter.cc

Issue 848613003: bluetooth: Shutdown BluetoothAdapter before DBus on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 5 years, 11 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.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) {
}

Powered by Google App Engine
This is Rietveld 408576698