Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Unified Diff: content/browser/bluetooth/bluetooth_dispatcher_host.h

Issue 1710443002: bluetooth: Add URLs for Web Bluetooth help links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Cleanup #2 Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698