| Index: chrome/browser/ui/views/hung_renderer_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/hung_renderer_view.cc (revision 256983)
|
| +++ chrome/browser/ui/views/hung_renderer_view.cc (working copy)
|
| @@ -351,8 +351,9 @@
|
| // Use the old dialog style without Aero glass, otherwise the dialog will be
|
| // visually constrained to browser window bounds. See http://crbug.com/323278
|
| return ui::win::IsAeroGlassEnabled();
|
| +#else
|
| + return views::DialogDelegateView::UseNewStyleForThisDialog();
|
| #endif
|
| - return views::DialogDelegateView::UseNewStyleForThisDialog();
|
| }
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|