| Index: content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.h b/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| index 8dfee761acaf7410161785429fe57815228eac9a..f7c2cba6fa1c40add5563b3d044dd145d6f2aa13 100644
|
| --- a/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| +++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| @@ -149,6 +149,11 @@ class CONTENT_EXPORT BluetoothDispatcherHost final
|
| int request_id,
|
| device::BluetoothGattService::GattErrorCode);
|
|
|
| + // Show help pages from the chooser dialog.
|
| + void ShowBluetoothOverviewLink();
|
| + void ShowBluetoothPairingLink();
|
| + void ShowBluetoothAdapterOffLink();
|
| +
|
| int render_process_id_;
|
|
|
| // Maps a (thread_id,request_id) to information about its requestDevice call,
|
|
|