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

Unified Diff: chrome/browser/ui/views/website_settings/website_settings_popup_view.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/views/website_settings/website_settings_popup_view.h
diff --git a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
index 31ddff519cea7c599bc498f84f595d4d235c5b5e..d16219e7a7654865065321ad728f0a681bc2a954 100644
--- a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
+++ b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
@@ -118,7 +118,8 @@ class WebsiteSettingsPopupView
const base::string16& headline,
const base::string16& text,
views::Link* link,
- views::Link* secondary_link);
+ views::Link* secondary_link,
+ views::Link* reset_decisions_button);
// Handles LinkClicked asynchronously.
void HandleLinkClickedAsync(views::Link* source);
@@ -159,6 +160,9 @@ class WebsiteSettingsPopupView
// Certificate Transparency info. If no such SCTs accompany the certificate
// then |signed_certificate_timestamps_link_| is NULL.
views::Link* signed_certificate_timestamps_link_;
+ // The button to reset the Allow/Deny certificate errors decision for the
+ // current host.
+ views::Link* reset_decisions_button_;
Peter Kasting 2014/07/26 02:40:39 Your comment and variable name call this a button,
jww 2014/07/27 17:29:26 After going over the designs with ainsle@, this a
Peter Kasting 2014/07/28 11:07:44 An interstitial is web content, and a clickable ta
// The id of the certificate provided by the site. If the site does not
// provide a certificate then |cert_id_| is 0.

Powered by Google App Engine
This is Rietveld 408576698