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

Unified Diff: content/browser/ssl/ssl_manager.h

Issue 2226523002: Add separate plumbing for subresources with certificate errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo 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/browser/site_per_process_browsertest.cc ('k') | content/browser/ssl/ssl_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/ssl/ssl_manager.h
diff --git a/content/browser/ssl/ssl_manager.h b/content/browser/ssl/ssl_manager.h
index 82e724b524244e27f6cb909a3d9bd2a4e6c70384..d71e99e443804a2a7a397c8169f767352cde1c3e 100644
--- a/content/browser/ssl/ssl_manager.h
+++ b/content/browser/ssl/ssl_manager.h
@@ -87,9 +87,14 @@ class CONTENT_EXPORT SSLManager {
void DidStartResourceResponse(const ResourceRequestDetails& details);
void DidReceiveResourceRedirect(const ResourceRedirectDetails& details);
- // Insecure content entry point.
+ // Notifies SSLPolicy that the given |security_origin| has run content
+ // loaded over HTTP.
void DidRunInsecureContent(const GURL& security_origin);
+ // Notifies SSLPolicy that the given |security_origin| has run content
+ // loaded over HTTPS with certificate errors.
+ void DidRunContentWithCertificateErrors(const GURL& security_origin);
+
private:
// Updates the NavigationEntry with our current state. This will
// notify the WebContents of an SSL state change if a change was
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | content/browser/ssl/ssl_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698