DescriptionRemove NaClPluginLowLevelInitializationComplete() (caller of "init_done" SRPC)
The call to this function has been removed from the Chromium side.
The "init_done" SRPC call used to trigger a call to StartPpapiProxy(),
but Chromium now starts PPAPI via a different route.
This change should allow some further cleanups, such as disabling the
imc_connect() syscall in Chromium. However, we'll need to push new
PNaCl translator binaries first. The existing pre-built PNaCl
translator binaries will still contain
NaClPluginLowLevelInitializationComplete(), and disabling
imc_connect() would trigger a LOG_FATAL error inside that function.
BUG=https://code.google.com/p/nativeclient/issues/detail?id=3864
TEST=trybots + run some Chromium tests
Committed: http://src.chromium.org/viewvc/native_client?view=rev&revision=c14b58a2c36c9377d4211433d896bd135dcc4a63
Patch Set 1 #
Messages
Total messages: 10 (4 generated)
|