Called on the browser process UI thread when the render process terminates
unexpectedly. |status| indicates how the process terminated. |error_code|
and |error_string| represent the error that would be displayed in Chrome's
"Aw, Snap!" view. Possible |error_code| values include cef_resultcode_t
non-normal exit values and platform-specific crash values (for example, a
Posix signal or Windows hardware exception).
Called on the browser process UI thread when the render process terminates unexpectedly. |status| indicates how the process terminated. |error_code| and |error_string| represent the error that would be displayed in Chrome's "Aw, Snap!" view. Possible |error_code| values include cef_resultcode_t non-normal exit values and platform-specific crash values (for example, a Posix signal or Windows hardware exception).