Add support for invoking the Windows 8 metro style hung renderer dialog box. This functionality is
provided by the newly added class HungRendererDialogMetro. The actual dialog box is displayed by the metro driver.dll and the functionality to create and display this is invoked via the exported functions ShowDialogBox and DismissDialogBox. The handlers to be run when the user clicks on the kill process/wait buttons are passed into the ShowDialogBox function. Factored out the platform specific portion of the kill process functionality in the static function HungRendererDialogView::KillRendererProcess which is conditionally compiled for the platform. BUG=125672 R=sky Review URL: https://chromiumcodereview.appspot.com/10806079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148258 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment