| Index: device/bluetooth/android/wrappers.h
|
| diff --git a/device/bluetooth/android/wrappers.h b/device/bluetooth/android/wrappers.h
|
| index e8b3aab74e9d952c8cfcccb0b51729fbc459e22f..a0cc6cfbf0191074732e944ebf14aaa768e3504b 100644
|
| --- a/device/bluetooth/android/wrappers.h
|
| +++ b/device/bluetooth/android/wrappers.h
|
| @@ -17,6 +17,9 @@ namespace device {
|
| DEVICE_BLUETOOTH_EXPORT base::android::ScopedJavaLocalRef<jobject>
|
| BluetoothAdapterWrapper_CreateWithDefaultAdapter();
|
|
|
| +// Calls Java: BluetoothManagerWrapper.createWithDefaultManager().
|
| +DEVICE_BLUETOOTH_EXPORT base::android::ScopedJavaLocalRef<jobject>
|
| +BluetoothManagerWrapper_CreateWithDefaultManager();
|
| } // namespace device
|
|
|
| #endif // DEVICE_BLUETOOTH_ANDROID_BLUETOOTH_ADAPTER_WRAPPER_H_
|
|
|