| Index: third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebRemoteFrameClient.h b/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| index 412ef44e1c0847133edae4ebbe9ab64a2431f656..8dd9dfd3fb4ed65d4973cf841f77b96c3420bd5f 100644
|
| --- a/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| @@ -57,6 +57,12 @@ public:
|
|
|
| // This frame was focused by another frame.
|
| virtual void frameFocused() { }
|
| +
|
| + // Within this frame, another frame tried to display mixed content.
|
| + virtual void triedDisplayingInsecureContent(const WebSecurityOrigin&, const WebURL&) {}
|
| +
|
| + // Within this frame, another frame tried to run mixed content.
|
| + virtual void triedRunningInsecureContent(const WebSecurityOrigin&, const WebURL&) {}
|
| };
|
|
|
| } // namespace blink
|
|
|