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

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

Issue 2812883003: Browser test dry runs with mojo audio streams.
Patch Set: Rebase Created 3 years, 7 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 af85a4e8b055b9c5d3529cbe8b4e2a1808adf52a..f9f7e63e771a2ea6cc498031a672e6d41ba62c63 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -905,6 +905,10 @@ class CONTENT_EXPORT RenderFrameHostImpl
void DeleteWebBluetoothService(
WebBluetoothServiceImpl* web_bluetooth_service);
+ void CreateAudioOutputStreamFactory(
+ const service_manager::BindSourceInfo& source_info,
+ mojom::RendererAudioOutputStreamFactoryRequest request);
+
void BindMediaInterfaceFactoryRequest(
const service_manager::BindSourceInfo& source_info,
media::mojom::InterfaceFactoryRequest request);
@@ -1190,6 +1194,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
// |FrameHostMsg_TextSurroundingSelectionResponse| message comes.
TextSurroundingSelectionCallback text_surrounding_selection_callback_;
+ UniqueAudioOutputStreamFactoryPtr audio_output_stream_factory_;
+
// Hosts media::mojom::InterfaceFactory for the RenderFrame and forwards
// media::mojom::InterfaceFactory calls to the remote "media" service.
std::unique_ptr<MediaInterfaceProxy> media_interface_proxy_;
« 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