| 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,7 @@
|
|
|
| void WebsiteSettingsPopupGtk::OnViewCertLinkClicked(GtkWidget* widget) {
|
| DCHECK_NE(cert_id_, 0);
|
| - ShowCertificateViewerByID(GTK_WINDOW(parent_), cert_id_);
|
| + ShowCertificateViewerByID(
|
| + tab_contents_->web_contents(), GTK_WINDOW(parent_), cert_id_);
|
| bubble_->Close();
|
| }
|
|
|