| Index: chrome/browser/ui/webui/options2/certificate_manager_handler2.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/options2/certificate_manager_handler2.cc (revision 142088)
|
| +++ chrome/browser/ui/webui/options2/certificate_manager_handler2.cc (working copy)
|
| @@ -493,7 +493,7 @@
|
| net::X509Certificate* cert = CallbackArgsToCert(args);
|
| if (!cert)
|
| return;
|
| - ShowCertificateViewer(GetParentWindow(), cert);
|
| + ShowCertificateViewer(web_ui()->GetWebContents(), GetParentWindow(), cert);
|
| }
|
|
|
| void CertificateManagerHandler::GetCATrust(const ListValue* args) {
|
|
|