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

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

Issue 2050803002: Better way to implement FrameConnectedBluetoothDevicesTest Base URL: https://chromium.googlesource.com/chromium/src.git@patch_ortuno
Patch Set: Created 4 years, 6 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/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 420a2c2795d7512d3ac241213dc4854290d45737..92096d9da63c587bb60fbff8bfa571d2b101310a 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -752,7 +752,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
bad_message::BadMessageReason reason);
// Creates a Web Bluetooth Service owned by the frame.
- void CreateWebBluetoothService(
+ WebBluetoothServiceImpl* CreateWebBluetoothService(
mojo::InterfaceRequest<blink::mojom::WebBluetoothService> request);
// Deletes the Web Bluetooth Service owned by the frame.
« no previous file with comments | « content/browser/bluetooth/web_bluetooth_service_impl.cc ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698