| Index: chrome/browser/ui/views/ssl_client_certificate_selector.cc
|
| diff --git a/chrome/browser/ui/views/ssl_client_certificate_selector.cc b/chrome/browser/ui/views/ssl_client_certificate_selector.cc
|
| index 74be4fe2f4e992f574e25b677948f4964183ea21..1e5ed1d0f2c7eafdc5faeb42601fcae8dfcf3d8c 100644
|
| --- a/chrome/browser/ui/views/ssl_client_certificate_selector.cc
|
| +++ b/chrome/browser/ui/views/ssl_client_certificate_selector.cc
|
| @@ -140,9 +140,9 @@ void SSLClientCertificateSelector::Init() {
|
|
|
| StartObserving();
|
|
|
| - window_ = new ConstrainedWindowViews(tab_contents_->web_contents(),
|
| - this,
|
| - false);
|
| + window_ = new ConstrainedWindowViews(
|
| + tab_contents_->web_contents(), this, false,
|
| + ConstrainedWindowViews::DEFAULT_INSETS);
|
|
|
| // Select the first row automatically. This must be done after the dialog has
|
| // been created.
|
|
|