| Index: Source/core/loader/MixedContentChecker.h
|
| diff --git a/Source/core/loader/MixedContentChecker.h b/Source/core/loader/MixedContentChecker.h
|
| index 5dcfda388bfbbd9bea6b41d07222cff92805a5b3..a63be7cee110969096c773439e51d6f8ec2c3048 100644
|
| --- a/Source/core/loader/MixedContentChecker.h
|
| +++ b/Source/core/loader/MixedContentChecker.h
|
| @@ -50,6 +50,8 @@ public:
|
| static bool checkFormAction(LocalFrame*, const KURL&);
|
| static bool isMixedContent(SecurityOrigin*, const KURL&);
|
|
|
| + static bool checkMixedPrivatePublic(LocalFrame*, const AtomicString& resourceIPAddress);
|
| +
|
| private:
|
| enum ContextType {
|
| ContextTypeBlockable,
|
|
|