Chromium Code Reviews
DescriptionMove media::mojom::RemoterFactory to content, add ContentBrowserClient API.
This reverts commit face478e9879692bae410d450acceaddf6106532 ("Disable
spammy logging in InterfaceRegistry affecting too many people."), and
moves the implementation of media::mojom::RemoterFactory to content. From
there, embedders (such as Chrome) may optionally override a new
ContentBrowserClient::CreateMediaRemoter() method to provide the browser-
side media remoting implementation.
BUG=664595
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/54dca6cd9ef8e64e8600ed9cb2994e3e8352e514
Cr-Commit-Position: refs/heads/master@{#432839}
Patch Set 1 : Revert https://codereview.chromium.org/2504803002/ #Patch Set 2 : The fix: Add/register a default RemoterFactory in RenderFrameHostImpl. #
Total comments: 6
Patch Set 3 : Remove unnecessary entry in chrome_content_browser_manifest_overlay.json. #Patch Set 4 : Move impl of RemoterFactory to content + expose ContentBrowserClient API. #
Total comments: 2
Patch Set 5 : Finer granularity build flag handling in chrome_content_browser_client.cc. #Patch Set 6 : Add remoting mojo target to build deps for new header file includes. #Patch Set 7 : REBASE #Messages
Total messages: 28 (14 generated)
|