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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.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/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index ebde5da8af21027974c7ee9c42cd823c54ae8549..0681774b1f44db2b2e0320348c6b8062eab2614e 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -91,7 +91,6 @@ class WebMediaSession;
class WebMediaStream;
class WebNotificationPermissionCallback;
class WebServiceWorkerProvider;
-class WebSocketHandle;
class WebPlugin;
class WebPresentationClient;
class WebPushClient;
@@ -562,11 +561,6 @@ public:
unsigned long long newQuotaInBytes,
WebStorageQuotaCallbacks) { }
- // WebSocket -----------------------------------------------------
-
- // A WebSocket object is going to open a new WebSocket connection.
- virtual void willOpenWebSocket(WebSocketHandle*) { }
-
// MediaStream -----------------------------------------------------
// A new WebRTCPeerConnectionHandler is created.

Powered by Google App Engine
This is Rietveld 408576698