Index: chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc |
=================================================================== |
--- chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc (revision 162255) |
+++ chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc (working copy) |
@@ -184,8 +184,7 @@ |
ConstrainedWindow* constrained_window = |
new ConstrainedWindowViews(container->web_contents(), |
constrained_delegate, |
- false, |
- ConstrainedWindowViews::DEFAULT_INSETS); |
+ false); |
constrained_delegate->set_window(constrained_window); |
return constrained_delegate; |
} |