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

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

Issue 473643002: Add button to page info to revoke user certificate decisions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 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;
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings.cc ('k') | chrome/browser/ui/website_settings/website_settings_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698