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

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

Issue 1315093002: Implement a bluetooth picker dialog for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove extra line added during merge Created 5 years, 3 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 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,

Powered by Google App Engine
This is Rietveld 408576698