| Index: chrome/browser/ui/website_settings/website_settings_ui.h
|
| diff --git a/chrome/browser/ui/website_settings/website_settings_ui.h b/chrome/browser/ui/website_settings/website_settings_ui.h
|
| index e12485132e3df827ea361e869785bbe931439d40..6872809064fdd19bb083388d2db3fe31e80cf306 100644
|
| --- a/chrome/browser/ui/website_settings/website_settings_ui.h
|
| +++ b/chrome/browser/ui/website_settings/website_settings_ui.h
|
| @@ -95,6 +95,11 @@ class WebsiteSettingsUI {
|
| // Textual description of the site's connection status that is displayed to
|
| // the user.
|
| std::string connection_status_description;
|
| + // Set when the user has explicitly bypassed an SSL error for this host.
|
| + // When |have_bypassed_ssl_error| is true, the connection area of the page
|
| + // info will include an option for the user to revoke their decision to
|
| + // bypass the SSL error for this host.
|
| + bool have_bypassed_ssl_error;
|
| };
|
|
|
| typedef std::vector<CookieInfo> CookieInfoList;
|
|
|