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

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

Issue 6474012: Create a path to deliver SocketStream errors to the renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add unit test and test_shell code Created 9 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 50afad28e33c262129b3c72176efab03f711f63f..22cbeba0d8c6fb09e85069f3b1779c21ece8e3bc 100644
--- a/chrome/browser/renderer_host/socket_stream_host.h
+++ b/chrome/browser/renderer_host/socket_stream_host.h
@@ -32,7 +32,7 @@ class SocketStreamHost {
~SocketStreamHost();
// Gets socket_id associated with |socket|.
- static int SocketIdFromSocketStream(net::SocketStream* socket);
+ static int SocketIdFromSocketStream(const net::SocketStream* socket);
int socket_id() const { return socket_id_; }

Powered by Google App Engine
This is Rietveld 408576698