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

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 2565913002: [Onion Soup] Move WebBluetoothImpl from //content/renderer/bluetooth to Blink's bluetooth module (Closed)
Patch Set: renamed BluetoothUUID.typemap to Bluetooth.typemap Created 3 years, 12 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
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/render_frame_host_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index 75e7a58f5a7e7d0767d6758948a45f1ea5c56110..c43170372a5bb434b4486e365ef1e398fd64c815 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -8,6 +8,7 @@
#include <stddef.h>
#include <stdint.h>
+#include <list>
#include <map>
#include <set>
#include <string>
@@ -817,7 +818,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
mojo::InterfaceRequest<blink::mojom::WebBluetoothService> request);
// Deletes the Web Bluetooth Service owned by the frame.
- void DeleteWebBluetoothService();
+ void DeleteWebBluetoothService(
+ WebBluetoothServiceImpl* web_bluetooth_service);
// service_manager::InterfaceFactory<media::mojom::InterfaceFactory>
void Create(const service_manager::Identity& remote_identity,
@@ -998,7 +1000,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
app_web_message_port_message_filter_;
#endif
- std::unique_ptr<WebBluetoothServiceImpl> web_bluetooth_service_;
+ std::list<std::unique_ptr<WebBluetoothServiceImpl>> web_bluetooth_services_;
// The object managing the accessibility tree for this frame.
std::unique_ptr<BrowserAccessibilityManager> browser_accessibility_manager_;
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698