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

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

Issue 2224713002: Move WebSocketHandleImpl into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue w/ Java bindings missing a dependency 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 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;

Powered by Google App Engine
This is Rietveld 408576698