DescriptionAdd IPC to notify BrowserPlugin when RenderProcess is ready.
When a guest renderer crashes, and then is re-created via a navigation,
the BrowserPlugin currently does not get notified, and thus cannot
clear the guest_crashed_ flag. This causes the BrowserPlugin to ignore
incoming input events.
This CL adds an IPC to notify BrowserPlugin when it should clear
guest_crashed_.
BUG=653016
Committed: https://crrev.com/f73a79830396614b9429612b286dcf6b1df5a356
Cr-Commit-Position: refs/heads/master@{#423897}
Patch Set 1 #Patch Set 2 : Only send BrowserPluginMsg_GuestReady if we're already attached. #
Total comments: 1
Patch Set 3 : Fix comment typo. #
Depends on Patchset: Messages
Total messages: 19 (14 generated)
|