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

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: Update to button and reduced SSLHostState API 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..527be030890438b16fe42b1b9ed6f657803afdfe 100644
--- a/chrome/browser/ui/website_settings/website_settings_ui.h
+++ b/chrome/browser/ui/website_settings/website_settings_ui.h
@@ -95,6 +95,9 @@ class WebsiteSettingsUI {
// Textual description of the site's connection status that is displayed to
// the user.
std::string connection_status_description;
+ // Specifies if the user has made an explicit decision about how to handle
+ // at least one certificate error for this host.
Peter Kasting 2014/08/06 01:19:07 Nit: This comment is a little odd, mostly because
jww 2014/08/06 17:58:18 Done.
+ bool certificate_decision_made;
};
typedef std::vector<CookieInfo> CookieInfoList;

Powered by Google App Engine
This is Rietveld 408576698