| Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| index 6d077dc1ad0ec8920f8d313b86d28fd975b40b66..f4868c6500f4afcd7747220e62fafd1b7f6dbab6 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| @@ -210,6 +210,8 @@ public:
|
|
|
| virtual void didChangeFrameOwnerProperties(HTMLFrameElementBase*) { }
|
|
|
| + virtual void didCancelLoadAfterXFrameOptionsOrCSPDenied() { }
|
| +
|
| virtual void dispatchWillOpenWebSocket(WebSocketHandle*) { }
|
|
|
| virtual void dispatchWillStartUsingPeerConnectionHandler(WebRTCPeerConnectionHandler*) { }
|
|
|