Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2767)

Unified Diff: chrome/browser/ui/website_settings/website_settings_ui.h

Issue 465133004: Remove DenyCertForHost from SSLHostStateDelegate API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style nit Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698