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

Unified Diff: chrome/browser/ui/android/website_settings_popup_android.cc

Issue 465133004: Remove DenyCertForHost from SSLHostStateDelegate API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed UNKNOWN and CertPolicy Created 6 years, 3 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/android/website_settings_popup_android.cc
diff --git a/chrome/browser/ui/android/website_settings_popup_android.cc b/chrome/browser/ui/android/website_settings_popup_android.cc
index 8129eb2ecb14eeb65c68b2b94750925cea25087f..d256a629fe730ad6335814f4e2119625e8ed9fd8 100644
--- a/chrome/browser/ui/android/website_settings_popup_android.cc
+++ b/chrome/browser/ui/android/website_settings_popup_android.cc
@@ -119,7 +119,7 @@ void WebsiteSettingsPopupAndroid::ResetCertDecisions(
ChromeSSLHostStateDelegate* delegate =
presenter_->chrome_ssl_host_state_delegate();
DCHECK(delegate);
- delegate->RevokeUserDecisionsHard(presenter_->site_url().host());
+ delegate->RevokeUserAllowExceptionsHard(presenter_->site_url().host());
}
void WebsiteSettingsPopupAndroid::SetIdentityInfo(

Powered by Google App Engine
This is Rietveld 408576698