Chromium Code Reviews| Index: device/bluetooth/bluetooth_adapter.cc |
| diff --git a/device/bluetooth/bluetooth_adapter.cc b/device/bluetooth/bluetooth_adapter.cc |
| index 3a2ab0e2a52892219e76aaf89c0c4f11f83be83c..db8fafce523a6adca88c0d527bb7a5aee8d33407 100644 |
| --- a/device/bluetooth/bluetooth_adapter.cc |
| +++ b/device/bluetooth/bluetooth_adapter.cc |
| @@ -24,6 +24,12 @@ base::WeakPtr<BluetoothAdapter> BluetoothAdapter::CreateAdapter( |
| } |
| #endif // !defined(OS_CHROMEOS) && !defined(OS_WIN) && !defined(OS_MACOSX) |
| +#if defined(OS_CHROMEOS) |
| +void BluetoothAdapter::OnDBusThreadManagerShutdown() { |
| + NOTIMPLEMENTED(); |
| +} |
| +#endif |
|
armansito
2015/01/14 23:49:47
Remove
scheib
2015/01/15 00:03:40
Done.
|
| + |
| BluetoothAdapter::BluetoothAdapter() |
| : weak_ptr_factory_(this) { |
| } |