Index: chrome/browser/ui/views/ssl_client_certificate_selector.cc |
=================================================================== |
--- chrome/browser/ui/views/ssl_client_certificate_selector.cc (revision 162255) |
+++ chrome/browser/ui/views/ssl_client_certificate_selector.cc (working copy) |
@@ -140,9 +140,9 @@ |
StartObserving(); |
- window_ = new ConstrainedWindowViews( |
- tab_contents_->web_contents(), this, false, |
- ConstrainedWindowViews::DEFAULT_INSETS); |
+ window_ = new ConstrainedWindowViews(tab_contents_->web_contents(), |
+ this, |
+ false); |
// Select the first row automatically. This must be done after the dialog has |
// been created. |