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

Unified Diff: net/server/http_server_response_info.h

Issue 497223003: Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/server/http_server.cc ('k') | net/server/http_server_response_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/server/http_server_response_info.h
diff --git a/net/server/http_server_response_info.h b/net/server/http_server_response_info.h
index bbb76d8836d291130343c3c467680b304b2d2023..d6cedaa844664d295621912f1ac199036c324a8a 100644
--- a/net/server/http_server_response_info.h
+++ b/net/server/http_server_response_info.h
@@ -27,9 +27,6 @@
// This also adds an appropriate Content-Length header.
void SetBody(const std::string& body, const std::string& content_type);
- // Sets content-length and content-type. Body should be sent separately.
- void SetContentHeaders(size_t content_length,
- const std::string& content_type);
std::string Serialize() const;
« no previous file with comments | « net/server/http_server.cc ('k') | net/server/http_server_response_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698