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

Unified Diff: content/test/mock_ssl_host_state_delegate.h

Issue 2292443003: Support host-based deletion for SSLHostStateDelegate (Closed)
Patch Set: Revert changes in ContentSettingPattern, convert pattern directly to URL 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: content/test/mock_ssl_host_state_delegate.h
diff --git a/content/test/mock_ssl_host_state_delegate.h b/content/test/mock_ssl_host_state_delegate.h
index a7bc70be72e480eca6ce10fc7ed848a3b699332f..82642c196e8e754ea19eff1122133306423fd267 100644
--- a/content/test/mock_ssl_host_state_delegate.h
+++ b/content/test/mock_ssl_host_state_delegate.h
@@ -18,7 +18,8 @@ class MockSSLHostStateDelegate : public SSLHostStateDelegate {
const net::X509Certificate& cert,
net::CertStatus error) override;
- void Clear() override;
+ void Clear(
+ const base::Callback<bool(const std::string&)>& host_filter) override;
CertJudgment QueryPolicy(const std::string& host,
const net::X509Certificate& cert,

Powered by Google App Engine
This is Rietveld 408576698