| Index: chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.h b/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.h
|
| index 0895558553750e312fc383df78060173311edbce..0d783d848a7bd736ede587404bc66264232ea113 100644
|
| --- a/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.h
|
| +++ b/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.h
|
| @@ -144,6 +144,9 @@ class WebsiteSettingsPopupGtk : public WebsiteSettingsUI,
|
| // Container for the connection section of the connection tab.
|
| GtkWidget* connection_contents_;
|
|
|
| + // Container for the Certificate Transparency section of the connection tab.
|
| + GtkWidget* cert_transparency_contents_;
|
| +
|
| // Container for the information about the first visit date of the website.
|
| GtkWidget* first_visit_contents_;
|
|
|
|
|