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

Unified Diff: content/renderer/render_view_impl.h

Issue 9677031: Bind RenderViewImpl routing_id to SocketStreamHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: follow WebKit side renaming Created 8 years, 9 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: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index f1270676fe2911e5d4131e25b4d80754b0e8dde6..d6b2accb3697770bd3a58d2b056757309109fefa 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -125,6 +125,7 @@ class WebMediaPlayerClient;
class WebMouseEvent;
class WebPeerConnectionHandler;
class WebPeerConnectionHandlerClient;
+class WebSocketStreamHandle;
class WebSpeechInputController;
class WebSpeechInputListener;
class WebStorageNamespace;
@@ -575,6 +576,9 @@ class RenderViewImpl : public RenderWidget,
virtual void dispatchIntent(WebKit::WebFrame* frame,
const WebKit::WebIntentRequest& intentRequest);
jam 2012/03/15 02:01:19 no need for blank line here (and while you're at i
Takashi Toyoshima 2012/03/15 22:49:03 I see. I removed blank lines around here.
+ virtual void willOpenSocketStream(
+ WebKit::WebSocketStreamHandle* handle);
+
// WebKit::WebPageSerializerClient implementation ----------------------------
virtual void didSerializeDataForFrame(

Powered by Google App Engine
This is Rietveld 408576698