| Index: third_party/WebKit/Source/core/loader/MixedContentChecker.h
|
| diff --git a/third_party/WebKit/Source/core/loader/MixedContentChecker.h b/third_party/WebKit/Source/core/loader/MixedContentChecker.h
|
| index f514a8b61ab357763ff692d936450b4c3bdc9b55..d24823d9184336e468aa2183b731d6039e95c489 100644
|
| --- a/third_party/WebKit/Source/core/loader/MixedContentChecker.h
|
| +++ b/third_party/WebKit/Source/core/loader/MixedContentChecker.h
|
| @@ -122,7 +122,8 @@ class CORE_EXPORT MixedContentChecker final {
|
|
|
| static Frame* InWhichFrameIsContentMixed(Frame*,
|
| WebURLRequest::FrameType,
|
| - const KURL&);
|
| + const KURL&,
|
| + const LocalFrame*);
|
|
|
| static void LogToConsoleAboutFetch(LocalFrame*,
|
| const KURL&,
|
| @@ -134,7 +135,7 @@ class CORE_EXPORT MixedContentChecker final {
|
| const KURL&,
|
| const KURL&,
|
| bool allowed);
|
| - static void Count(Frame*, WebURLRequest::RequestContext);
|
| + static void Count(Frame*, WebURLRequest::RequestContext, const LocalFrame*);
|
| };
|
|
|
| } // namespace blink
|
|
|