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

Unified Diff: android_webview/browser/aw_ssl_host_state_delegate.h

Issue 2292443003: Support host-based deletion for SSLHostStateDelegate (Closed)
Patch Set: Created 4 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: android_webview/browser/aw_ssl_host_state_delegate.h
diff --git a/android_webview/browser/aw_ssl_host_state_delegate.h b/android_webview/browser/aw_ssl_host_state_delegate.h
index 5a2fbb0736872d3e01e9c1566373a7ec67b3fb86..24c9c71a5dea31b994a925917ee3ba08b1a9a679 100644
--- a/android_webview/browser/aw_ssl_host_state_delegate.h
+++ b/android_webview/browser/aw_ssl_host_state_delegate.h
@@ -54,7 +54,8 @@ class AwSSLHostStateDelegate : public content::SSLHostStateDelegate {
const net::X509Certificate& cert,
net::CertStatus error) override;
- void Clear() override;
+ void Clear(
+ const base::Callback<bool(const std::string&)>& host_filter) override;
// Queries whether |cert| is allowed or denied for |host| and |error|.
content::SSLHostStateDelegate::CertJudgment QueryPolicy(

Powered by Google App Engine
This is Rietveld 408576698