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

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

Issue 601077: Support HttpOnly cookie on Web Socket (Closed)
Patch Set: fix darin's comment Created 10 years, 10 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: chrome/browser/renderer_host/socket_stream_host.h
diff --git a/chrome/browser/renderer_host/socket_stream_host.h b/chrome/browser/renderer_host/socket_stream_host.h
index 180f818e6717a773d8ab5f1b9a9f3f39e2082bec..b583700ad3de53178b6c693874aef6711bc24def 100644
--- a/chrome/browser/renderer_host/socket_stream_host.h
+++ b/chrome/browser/renderer_host/socket_stream_host.h
@@ -9,7 +9,7 @@
#include "base/ref_counted.h"
#include "chrome/browser/renderer_host/resource_dispatcher_host.h"
-#include "net/socket_stream/socket_stream.h"
+#include "net/socket_stream/socket_stream_job.h"
class GURL;
@@ -58,7 +58,7 @@ class SocketStreamHost {
ResourceDispatcherHost::Receiver* receiver_;
int socket_id_;
- scoped_refptr<net::SocketStream> socket_;
+ scoped_refptr<net::SocketStreamJob> socket_;
DISALLOW_COPY_AND_ASSIGN(SocketStreamHost);
};
« no previous file with comments | « chrome/browser/renderer_host/socket_stream_dispatcher_host.cc ('k') | chrome/browser/renderer_host/socket_stream_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698