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

Unified Diff: net/server/http_server_request_info.h

Issue 2870062: DevTools: implement basic handshake for remote debugging. (Closed)
Patch Set: utf16 conversion Created 10 years, 5 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: net/server/http_server_request_info.h
diff --git a/net/server/http_server_request_info.h b/net/server/http_server_request_info.h
index 84f767f3ac855f1f060000e300cc15dd41e6f3c8..39689c73e2fea5770125bc8abfc1aba8bd4be182 100644
--- a/net/server/http_server_request_info.h
+++ b/net/server/http_server_request_info.h
@@ -29,7 +29,7 @@ class HttpServerRequestInfo {
// A map of the names -> values for HTTP headers.
typedef std::map<std::string, std::string> HeadersMap;
- HeadersMap headers;
+ mutable HeadersMap headers;
};
#endif // NET_SERVER_HTTP_SERVER_REQUEST_INFO_H_
« chrome/browser/debugger/devtools_http_protocol_handler.cc ('K') | « net/server/http_listen_socket.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698