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

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

Issue 418133012: Add button to page info to revoke user certificate decisions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address pkasting comments 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..119e477ff52557c11561c4ff6400b60e3a3aa86b 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 |certificate_decision_made| 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.
Peter Kasting 2014/08/07 03:56:58 This comment is much better now! Maybe the variab
jww 2014/08/08 16:48:50 have_bypassed_ssl_error sounds great to me.
Peter Kasting 2014/08/08 17:15:12 If denying isn't possible in the Chrome UI, I thin
jww 2014/08/11 19:21:28 There might be a reason to blacklist specific cert
Peter Kasting 2014/08/11 20:24:20 This is dangerous reasoning. If this doesn't come
+ bool certificate_decision_made;
};
typedef std::vector<CookieInfo> CookieInfoList;

Powered by Google App Engine
This is Rietveld 408576698