| Index: net/http/http_request_info.h
|
| diff --git a/net/http/http_request_info.h b/net/http/http_request_info.h
|
| index 08692d0f1bb0a4c81d5c5cbcffa6615db52277e5..2fc70c5335ad8b9bb7b6678dba4b6405374f3a47 100644
|
| --- a/net/http/http_request_info.h
|
| +++ b/net/http/http_request_info.h
|
| @@ -47,6 +47,8 @@ struct NET_EXPORT HttpRequestInfo {
|
| int load_flags;
|
|
|
| // The priority level for this request.
|
| + // TODO(akalin): Remove this from this struct, since |priority| can
|
| + // change during the lifetime of a request.
|
| RequestPriority priority;
|
|
|
| // The motivation behind this request.
|
|
|