| 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 c1db5f16061ce9395788a0a66103408e2e594296..e8ce20340a7bbaabaabf851c9481310303cdff17 100644
 | 
| --- a/content/browser/bluetooth/bluetooth_dispatcher_host.h
 | 
| +++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h
 | 
| @@ -265,12 +265,6 @@ class CONTENT_EXPORT BluetoothDispatcherHost final
 | 
|        int frame_routing_id,
 | 
|        const std::string& characteristic_instance_id);
 | 
|  
 | 
| -  // Show help pages from the chooser dialog.
 | 
| -  void ShowBluetoothOverviewLink();
 | 
| -  void ShowBluetoothPairingLink();
 | 
| -  void ShowBluetoothAdapterOffLink();
 | 
| -  void ShowNeedLocationLink();
 | 
| -
 | 
|    int render_process_id_;
 | 
|  
 | 
|    // Maps a (thread_id,request_id) to information about its requestDevice call,
 | 
| 
 |