| 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..8545754e8e159a804739ded4aa5602820a18d51c 100644
|
| --- a/chrome/browser/ui/website_settings/website_settings_ui.h
|
| +++ b/chrome/browser/ui/website_settings/website_settings_ui.h
|
| @@ -95,6 +95,14 @@ 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 or
|
| + // explicitly denied it (the latter of which is not currently possible in
|
| + // the Chrome UI) and has a flag set to remember ssl decisions (explicit
|
| + // flag or in the experimental group). When
|
| + // |show_ssl_decision_revoke_button| 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 show_ssl_decision_revoke_button;
|
| };
|
|
|
| typedef std::vector<CookieInfo> CookieInfoList;
|
|
|