Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
index 86d726ff0d37c3242011108f27bc0f80cc1ac223..83fd63de6799d554238738f56dd16c13e9c36438 100644 |
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
@@ -157,8 +157,6 @@ public: |
void didAddContentSecurityPolicy(const String& headerValue, ContentSecurityPolicyHeaderType, ContentSecurityPolicyHeaderSource) override; |
void didChangeFrameOwnerProperties(HTMLFrameElementBase*) override; |
- void dispatchWillOpenWebSocket(WebSocketHandle*) override; |
- |
void dispatchWillStartUsingPeerConnectionHandler(WebRTCPeerConnectionHandler*) override; |
bool allowWebGL(bool enabledPerSettings) override; |