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

Unified Diff: content/test/mock_ssl_host_state_delegate.h

Issue 2225213004: Teach SSLHostStateDelegate about subresources with cert errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « content/public/browser/ssl_host_state_delegate.h ('k') | content/test/mock_ssl_host_state_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 836139e681233fb4a315648958d1a2e4e6216453..2e88cc9666888e56778a39590279c909a4becd5d 100644
--- a/content/test/mock_ssl_host_state_delegate.h
+++ b/content/test/mock_ssl_host_state_delegate.h
@@ -25,10 +25,14 @@ class MockSSLHostStateDelegate : public SSLHostStateDelegate {
net::CertStatus error,
bool* expired_previous_decision) override;
- void HostRanInsecureContent(const std::string& host, int pid) override;
-
- bool DidHostRunInsecureContent(const std::string& host,
- int pid) const override;
+ void HostRanInsecureContent(const std::string& host,
+ int pid,
+ InsecureContentType content_type) override;
+
+ bool DidHostRunInsecureContent(
+ const std::string& host,
+ int pid,
+ InsecureContentType content_type) const override;
void RevokeUserAllowExceptions(const std::string& host) override;
« no previous file with comments | « content/public/browser/ssl_host_state_delegate.h ('k') | content/test/mock_ssl_host_state_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698