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

Unified Diff: content/browser/renderer_host/socket_stream_host.h

Issue 197043005: original change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: fix other build error Created 6 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/browser/renderer_host/socket_stream_host.h
===================================================================
--- content/browser/renderer_host/socket_stream_host.h (revision 256594)
+++ content/browser/renderer_host/socket_stream_host.h (working copy)
@@ -29,6 +29,7 @@
class SocketStreamHost {
public:
SocketStreamHost(net::SocketStream::Delegate* delegate,
+ int child_id,
int render_frame_id,
int socket_id);
~SocketStreamHost();
@@ -66,6 +67,7 @@
private:
net::SocketStream::Delegate* delegate_;
+ int child_id_;
int render_frame_id_;
int socket_id_;
« no previous file with comments | « content/browser/renderer_host/socket_stream_dispatcher_host.cc ('k') | content/browser/renderer_host/socket_stream_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698