| Index: chrome/browser/ui/gtk/website_settings_popup_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/website_settings_popup_gtk.cc (revision 142088)
|
| +++ chrome/browser/ui/gtk/website_settings_popup_gtk.cc (working copy)
|
| @@ -513,6 +513,6 @@
|
|
|
| void WebsiteSettingsPopupGtk::OnViewCertLinkClicked(GtkWidget* widget) {
|
| DCHECK_NE(cert_id_, 0);
|
| - ShowCertificateViewerByID(GTK_WINDOW(parent_), cert_id_);
|
| + ShowCertificateViewerByID(tab_contents_, GTK_WINDOW(parent_), cert_id_);
|
| bubble_->Close();
|
| }
|
|
|