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

Unified Diff: Source/platform/network/SocketStreamHandleClient.h

Issue 304113002: Pass render frame ID to WebSocketBridge (Blink side) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed #2 Created 6 years, 7 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
« no previous file with comments | « Source/platform/network/SocketStreamHandle.cpp ('k') | Source/web/FrameLoaderClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/SocketStreamHandleClient.h
diff --git a/Source/platform/network/SocketStreamHandleClient.h b/Source/platform/network/SocketStreamHandleClient.h
index e50b219d3f38d71ce0715c14cd18fc09735596d1..c3dd1f10b7f04ca46533263a48dbff94780288d9 100644
--- a/Source/platform/network/SocketStreamHandleClient.h
+++ b/Source/platform/network/SocketStreamHandleClient.h
@@ -42,7 +42,6 @@ class SocketStreamHandleClient {
public:
virtual ~SocketStreamHandleClient() { }
- virtual void willOpenSocketStream(SocketStreamHandle*) { }
virtual void didOpenSocketStream(SocketStreamHandle*) { }
virtual void didCloseSocketStream(SocketStreamHandle*) { }
virtual void didReceiveSocketStreamData(SocketStreamHandle*, const char* /*data*/, int /*length*/) { }
« no previous file with comments | « Source/platform/network/SocketStreamHandle.cpp ('k') | Source/web/FrameLoaderClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698