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 d94afdae845125c3c29ec1f151a72472d1c33a8b..7e3e7af45cb7d59206db6e04237ee11c962828d7 100644 |
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.h |
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h |
@@ -151,6 +151,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, |