DescriptionAdd limitation that LoadNexeAndStart must be called on the main thread.
Now we're switching LoadNexeAndStart from synchronous implementation to
asynchronous one. Under PPAPI implementation, the async callbacks are
handled on main thread.
To keep the similicity of the thread model, this CL introduces the limitation
that Plugin::LoadNexeAndStart must be called on the main thread.
TEST=Ran browser_tests --gtest_filter=NaCl* locally and trybots.
BUG=333950
R=teravest@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276371
Patch Set 1 #
Total comments: 2
Patch Set 2 : Rebase #Patch Set 3 : #
Messages
Total messages: 8 (0 generated)
|