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

Unified Diff: net/server/http_server_request_info.h

Issue 7540023: DevTools: no way to remote debug using ToT build as a client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments addressed. Created 9 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 21f319a3660d337b46ab5b8be983bd83ac0a6eaa..4c08c1f9fade5164c592deda8deb6037a7c3d2a2 100644
--- a/net/server/http_server_request_info.h
+++ b/net/server/http_server_request_info.h
@@ -20,6 +20,9 @@ class HttpServerRequestInfo {
HttpServerRequestInfo();
~HttpServerRequestInfo();
+ // Returns header value for given header name.
+ std::string GetHeaderValue(const std::string& header_name) const;
+
// Request method.
std::string method;

Powered by Google App Engine
This is Rietveld 408576698