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

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 unused member 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 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,

Powered by Google App Engine
This is Rietveld 408576698