| 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 e0578dc5fb4b828bc759731c50267e2ef041a896..69e926d413e2062b703c838e11bbc39dbf0c07e0 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -181,6 +181,9 @@ public:
|
| // This frame has been set to enforce strict mixed content checking.
|
| virtual void didEnforceStrictMixedContentChecking() {}
|
|
|
| + // This frame has been navigated to a unique origin that should be considered potentially trustworthy.
|
| + virtual void didSetUniqueOriginPotentiallyTrustworthy() {}
|
| +
|
| // The sandbox flags have changed for a child frame of this frame.
|
| virtual void didChangeSandboxFlags(WebFrame* childFrame, WebSandboxFlags flags) { }
|
|
|
|
|