Chromium Code Reviews| 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..9c9168d580c6f1bb5a022ebaae2487c0d949a123 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 updated to a unique origin, which should be considered potentially trustworthy if |isPotentiallyTrustworthyUniqueOrigin| is true. |
|
alexmos
2016/03/15 06:44:34
Might be good to mention the bug you filed here as
estark
2016/03/16 20:02:52
Done.
|
| + virtual void didUpdateToUniqueOrigin(bool isPotentiallyTrustworthyUniqueOrigin) {} |
| + |
| // The sandbox flags have changed for a child frame of this frame. |
| virtual void didChangeSandboxFlags(WebFrame* childFrame, WebSandboxFlags flags) { } |