| Index: third_party/WebKit/Source/core/loader/FrameLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| index b99538f3814052c32949f927c7c5f1de9e4c8aae..7ff5199245b6b328e2b4e28213f88789ef174035 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -144,7 +144,7 @@ public:
|
|
|
| bool shouldEnforceStrictMixedContentChecking() const;
|
|
|
| - SecurityContext::InsecureRequestsPolicy insecureRequestsPolicy() const;
|
| + SecurityContext::InsecureRequestsPolicy getInsecureRequestsPolicy() const;
|
| SecurityContext::InsecureNavigationsSet* insecureNavigationsToUpgrade() const;
|
|
|
| Frame* opener();
|
|
|