DescriptionCache Nacl Plugin private interface instead of calling GetnaclInterface on every process launch
This fixes nacl subprocess creation off the main thread for LoadHelperNaClModule (used by pnacl coordinator).
GetNaclInterface calls GetBrowserInterface, which is required to be called from the main thread. So we call it
once and cache the result for calling off the main thread
(only for starting nacl helper processes).
R=dmichael@chromium.org,jvoung@chromium.org
BUG=(broken nacl/chrome integration bots)
TEST=nacl_integration
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144083
Patch Set 1 #
Total comments: 4
Patch Set 2 : review comments #
Total comments: 4
Messages
Total messages: 9 (0 generated)
|