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

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

Issue 2279763003: Revert "Move WebSocketHandleImpl into Blink" (Closed)
Patch Set: 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 582f9d52945a114d2730b73f3d06d777e1003e08..52d4cf793fb710d06ff2b59f178b81c127e9a593 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -155,6 +155,8 @@ 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