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

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

Issue 2296953004: Send certificates to devtools when it's open instead of using certId (Closed)
Patch Set: self review Created 4 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
« no previous file with comments | « content/browser/loader/resource_loader.cc ('k') | content/browser/ssl/ssl_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/ssl/ssl_policy.h
diff --git a/content/browser/ssl/ssl_policy.h b/content/browser/ssl/ssl_policy.h
index c96c0ed380cdaf24fff675fe5b8f4112d194f2d6..1e174d2325b500dc528cec05bb2de8c5635a47c5 100644
--- a/content/browser/ssl/ssl_policy.h
+++ b/content/browser/ssl/ssl_policy.h
@@ -12,7 +12,6 @@
#include "content/common/content_export.h"
#include "content/public/browser/certificate_request_result_type.h"
#include "content/public/common/resource_type.h"
-#include "content/public/common/security_style.h"
#include "net/cert/cert_status_flags.h"
class GURL;
@@ -54,13 +53,6 @@ class CONTENT_EXPORT SSLPolicy {
SSLPolicyBackend* backend() const { return backend_; }
- // Returns a security style describing an individual resource. Does
- // not take into account any of the page- or host-level state such as
- // mixed content or whether the host has run insecure content.
- static SecurityStyle GetSecurityStyleForResource(const GURL& url,
- int cert_id,
- net::CertStatus cert_status);
-
private:
enum OnCertErrorInternalOptionsMask {
OVERRIDABLE = 1 << 0,
« no previous file with comments | « content/browser/loader/resource_loader.cc ('k') | content/browser/ssl/ssl_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698