Chromium Code Reviews| Index: net/url_request/url_request.cc |
| =================================================================== |
| --- net/url_request/url_request.cc (revision 12453) |
| +++ net/url_request/url_request.cc (working copy) |
| @@ -47,7 +47,8 @@ |
| user_data_(NULL), |
| enable_profiling_(false), |
| redirect_limit_(kMaxRedirects), |
| - final_upload_progress_(0) { |
| + final_upload_progress_(0), |
| + priority_(0) { |
| URLREQUEST_COUNT_CTOR(); |
| SIMPLE_STATS_COUNTER("URLRequestCount"); |
| origin_pid_ = base::GetCurrentProcId(); |