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 8545754e8e159a804739ded4aa5602820a18d51c..8a432dd24679908327b43ffd5f3f451276c52f64 100644 |
--- a/chrome/browser/ui/website_settings/website_settings_ui.h |
+++ b/chrome/browser/ui/website_settings/website_settings_ui.h |
@@ -95,13 +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 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. |
+ // Set when the user has explicitly bypassed an SSL error for this host 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; |
}; |