| 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)
|
| {
|
| }
|
|
|
|
|