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

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

Issue 1842223003: Remove outdated devices from Android device chooser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased on master Created 4 years, 8 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 3893e3996e6bd036e07494b85acbe509de2f28d8..663a454ff608ee91b395e18d5cdf77796e9d2ecb 100644
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.h
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h
@@ -200,6 +200,10 @@ class CONTENT_EXPORT BluetoothDispatcherHost final
// render_process_id_.
url::Origin GetOrigin(int frame_routing_id);
+ // Populate the chooser with existing devices.
+ void PopulateWithExistingDevices(RequestDeviceSession* session,
+ int chooser_id);
+
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