Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.h

Issue 2284473002: Move WebSocketHandleImpl into Blink (take 2) (Closed)
Patch Set: Rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 52d4cf793fb710d06ff2b59f178b81c127e9a593..582f9d52945a114d2730b73f3d06d777e1003e08 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -155,8 +155,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;

Powered by Google App Engine
This is Rietveld 408576698