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

Unified Diff: net/url_request/url_request.cc

Issue 1135373002: Updated NetLog::ParametersCallback & all related calbacks returning value as scoped_ptr<base::Value… Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/udp/udp_net_log_parameters.cc ('k') | net/url_request/url_request_http_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request.cc
diff --git a/net/url_request/url_request.cc b/net/url_request/url_request.cc
index 7496bb3914489c59be088f643db92a61a1b2562a..567d9e39bc2e903027e7816628c55bbff9d43164 100644
--- a/net/url_request/url_request.cc
+++ b/net/url_request/url_request.cc
@@ -605,8 +605,8 @@ void URLRequest::StartJob(URLRequestJob* job) {
net_log_.BeginEvent(
NetLog::TYPE_URL_REQUEST_START_JOB,
- base::Bind(&NetLogURLRequestStartCallback,
- &url(), &method_, load_flags_, priority_,
+ base::Bind(NetLogURLRequestStartCallback, &url(), &method_, load_flags_,
+ priority_,
upload_data_stream_ ? upload_data_stream_->identifier() : -1));
job_ = job;
« no previous file with comments | « net/udp/udp_net_log_parameters.cc ('k') | net/url_request/url_request_http_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698