Chromium Code Reviews
DescriptionAdd a blink InterfaceRegistry.
Currently, blink can use an InterfaceProvider to initiate communication
with a browser-implemented mojo interface. However, there is no way for
blink to directly provide mojo interfaces to the browser; instead there
must be some code in //content/renderer or //chrome/renderer to bridge
between the InterfaceRegistry there and blink. This CL adds a per-frame
InterfaceRegistry in blink that allows the browser to directly request
interfaces from blink.
BUG=593607
Committed: https://crrev.com/7f9646372b8297ec2bdc2d6d4e73962e29b4b184
Cr-Commit-Position: refs/heads/master@{#425250}
Patch Set 1 : #
Total comments: 6
Patch Set 2 : #Messages
Total messages: 29 (19 generated)
|