DescriptionTrusted plugin: Break up InitCommunication().
ServiceRuntime::InitCommunication is a large method that does several things:
- Sets up a command channel.
- Loads a module (nexe).
- Sets up a reverse channel.
- Starts a module (nexe).
This change breaks this up into smaller methods. As part of the trusted plugin
refactor, we'll probably move setting up the reverse channel before loading the
module, and join loading and starting the module into one step.
This change should make the changes to use Chromium IPC easier to follow.
BUG=333950
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245555
Patch Set 1 #
Total comments: 1
Patch Set 2 : Remove nacl_desc if check, use CHECK() instead. #
Messages
Total messages: 6 (0 generated)
|