| Index: chrome/browser/tab_contents/tab_contents_ssl_helper.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_ssl_helper.cc (revision 142088)
|
| +++ chrome/browser/tab_contents/tab_contents_ssl_helper.cc (working copy)
|
| @@ -100,7 +100,9 @@
|
|
|
| bool SSLCertAddedInfoBarDelegate::Accept() {
|
| ShowCertificateViewer(
|
| - owner()->web_contents()->GetView()->GetTopLevelNativeWindow(), cert_);
|
| + owner()->web_contents(),
|
| + owner()->web_contents()->GetView()->GetTopLevelNativeWindow(),
|
| + cert_);
|
| return false; // Hiding the infobar just as the dialog opens looks weird.
|
| }
|
|
|
|
|