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

Unified Diff: net/server/http_connection.h

Issue 10386048: Decouple DevTools from socket implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 8 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 | « net/base/tcp_listen_socket.cc ('k') | net/server/http_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/server/http_connection.h
diff --git a/net/server/http_connection.h b/net/server/http_connection.h
index b292559bb73b15bb721bedc2b7da62810f1ab644..74cdcabac72ec63b8e46371cf457d4b8cd0b2ed2 100644
--- a/net/server/http_connection.h
+++ b/net/server/http_connection.h
@@ -20,6 +20,8 @@ class WebSocket;
class HttpConnection {
public:
+ ~HttpConnection();
+
void Send(const std::string& data);
void Send(const char* bytes, int len);
void Send200(const std::string& data, const std::string& content_type);
@@ -36,7 +38,6 @@ class HttpConnection {
static int last_id_;
HttpConnection(HttpServer* server, StreamListenSocket* sock);
- ~HttpConnection();
void DetachSocket();
« no previous file with comments | « net/base/tcp_listen_socket.cc ('k') | net/server/http_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698