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

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: Created 6 years, 5 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..7759404cf4b6d7d1895e898e441a0402c910a1f5 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 some
Peter Kasting 2014/07/26 02:40:39 Nit: "some" again.
jww 2014/07/27 17:29:26 This one is actually slightly different, so I rewr
+ // certificate errors for this host should be handled.
+ bool certificate_decision_made;
};
typedef std::vector<CookieInfo> CookieInfoList;

Powered by Google App Engine
This is Rietveld 408576698