DescriptionNaCl: Remove now-unneeded SRPC reverse service code
The last active use of PluginReverseInterface was via its
StartupInitializationComplete()/"init_done" method, but recent
cleanups have made that into a no-op.
We can therefore remove PluginReverseInterface. We no longer need to
call NaCl's "reverse_setup" SRPC call.
This removes the Chromium-side parts of the old SRPC-based
open_resource() implementation, which was no longer called. This
allows us to remove OpenManifestEntry() from PPB_NaCl_Private.
Add some #includes to fix include-what-you-use problems that become
apparent after removing code.
BUG=https://code.google.com/p/nativeclient/issues/detail?id=3864
TEST=NaCl tests in browser_tests
Committed: https://crrev.com/99fa53e6d838abd24d690a748b09b03420dfc1ce
Cr-Commit-Position: refs/heads/master@{#312953}
Patch Set 1 #Patch Set 2 : Rebase #Messages
Total messages: 7 (2 generated)
|