DescriptionBrowser Plugin: When Guest crashes Embedder crashes in content shell
content_shell does not have the sad plugin asset. On crash, we attempt to
paint the sad plugin asset without verifying whether or not it's available.
In this patch we do that check. If it is not available we paint black instead.
As a small added bonus, this patch introduces the small optimization of destroying
the backing store when the guest crashes because we have no need of it. Subsequent
navigations will request a new backing store anyway.
BUG=155059
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=161162
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fixed nit #Messages
Total messages: 7 (0 generated)
|