DescriptionPepper: Split PpapiHostMsg_ChannelCreated use.
PpapiHostMsg_ChannelCreated is used for two purposes:
* Notifying the browser that a browser<->plugin channel has been created, and
* Notifying that browser that a renderer<->plugin channel has been created.
In this case renderer<->plugin channel is for NaCl-based plugins, and is
special because it does some inspection of message contents and passes on the
message to the untrusted side of the plugin.
I've changed this because I think it makes the code easier to read, and I'm
adding an additional renderer<->plugin channel anyway.
BUG=
TBR=mseaborn,jschuh
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243101
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fixed up method names #
Total comments: 1
Messages
Total messages: 12 (0 generated)
|