| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index fe84a47512db8374cb459984c4ad808d4f73ceb5..a14f827223e269beb38b785e96bde4d9845ea390 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -177,6 +177,9 @@ public:
|
| // This frame's name has changed.
|
| virtual void didChangeName(WebLocalFrame*, const WebString&) { }
|
|
|
| + // This frame has been set to enforce strict mixed content checking.
|
| + virtual void didEnforceStrictMixedContentChecking() {}
|
| +
|
| // The sandbox flags have changed for a child frame of this frame.
|
| virtual void didChangeSandboxFlags(WebFrame* childFrame, WebSandboxFlags flags) { }
|
|
|
|
|