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

Unified Diff: net/http/http_request_info.cc

Issue 6698009: Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 500 error Created 9 years, 9 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/http/http_request_info.h ('k') | net/url_request/url_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_request_info.cc
diff --git a/net/http/http_request_info.cc b/net/http/http_request_info.cc
index 8ab3096d2880e7a02fdac2c28bc00f2b6f84f34f..18c1b84fd8e317ca45823cb464012c7be2d5dfbc 100644
--- a/net/http/http_request_info.cc
+++ b/net/http/http_request_info.cc
@@ -9,7 +9,8 @@ namespace net {
HttpRequestInfo::HttpRequestInfo()
: load_flags(0),
priority(LOWEST),
- motivation(NORMAL_MOTIVATION) {
+ motivation(NORMAL_MOTIVATION),
+ request_id(0) {
}
HttpRequestInfo::~HttpRequestInfo() {}
« no previous file with comments | « net/http/http_request_info.h ('k') | net/url_request/url_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698