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

Unified Diff: third_party/WebKit/Source/core/dom/SecurityContext.cpp

Issue 2040133003: Replace SecurityContext::InsecureRequestsPolicy with WebInsecureRequestPolicy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@combine-uir-block
Patch Set: Ugh. Created 4 years, 6 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: third_party/WebKit/Source/core/dom/SecurityContext.cpp
diff --git a/third_party/WebKit/Source/core/dom/SecurityContext.cpp b/third_party/WebKit/Source/core/dom/SecurityContext.cpp
index 212b99401211b0eeaa75a234c21b254a3e532636..fbae7c032a5be74491b699ae6a8a7e2c868209ad 100644
--- a/third_party/WebKit/Source/core/dom/SecurityContext.cpp
+++ b/third_party/WebKit/Source/core/dom/SecurityContext.cpp
@@ -35,8 +35,7 @@ namespace blink {
SecurityContext::SecurityContext()
: m_sandboxFlags(SandboxNone)
, m_addressSpace(WebAddressSpacePublic)
- , m_insecureRequestsPolicy(InsecureRequestsDoNotUpgrade)
- , m_enforceStrictMixedContentChecking(false)
+ , m_insecureRequestPolicy(kLeaveInsecureRequestsAlone)
{
}

Powered by Google App Engine
This is Rietveld 408576698