Index: chrome/browser/ui/views/login_prompt_views.cc |
diff --git a/chrome/browser/ui/views/login_prompt_views.cc b/chrome/browser/ui/views/login_prompt_views.cc |
index babc4ec515cac29bf72f11be391d3868e3c728ff..345b993b3ca1974e91b06206e4ec1284d87cc55b 100644 |
--- a/chrome/browser/ui/views/login_prompt_views.cc |
+++ b/chrome/browser/ui/views/login_prompt_views.cc |
@@ -127,7 +127,9 @@ class LoginHandlerViews : public LoginHandler, |
// will occur via an InvokeLater on the UI thread, which is guaranteed |
// to happen after this is called (since this was InvokeLater'd first). |
WebContents* requesting_contents = GetWebContentsForLogin(); |
- SetDialog(new ConstrainedWindowViews(requesting_contents, this, false)); |
+ SetDialog(new ConstrainedWindowViews( |
+ requesting_contents, this, false, |
+ ConstrainedWindowViews::DEFAULT_INSETS)); |
NotifyAuthNeeded(); |
} |