Index: ui/views/window/dialog_delegate.h |
=================================================================== |
--- ui/views/window/dialog_delegate.h (revision 249524) |
+++ ui/views/window/dialog_delegate.h (working copy) |
@@ -91,14 +91,6 @@ |
// Create a frame view using the new dialog style. |
static NonClientFrameView* CreateDialogFrameView(Widget* widget); |
- // The semi-transparent border and shadow of the new style frame view does not |
- // work on child windows under Views/Win32. This is a kludge to get a |
- // reasonable-looking opaque border for the dialog. Note that this does not |
- // support arrows. |
- // |
- // TODO(wittman): Remove once WinAura is in place. |
- static NonClientFrameView* CreateDialogFrameView(Widget* widget, |
- bool force_opaque_border); |
// Returns whether this particular dialog should use the new dialog style. |
virtual bool UseNewStyleForThisDialog() const; |