| Index: net/http/http_request_info.h
|
| ===================================================================
|
| --- net/http/http_request_info.h (revision 12453)
|
| +++ net/http/http_request_info.h (working copy)
|
| @@ -5,6 +5,7 @@
|
| #ifndef NET_HTTP_HTTP_REQUEST_INFO_H__
|
| #define NET_HTTP_HTTP_REQUEST_INFO_H__
|
|
|
| +#include <string>
|
| #include "base/ref_counted.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/base/upload_data.h"
|
| @@ -37,6 +38,9 @@
|
|
|
| // Any load flags (see load_flags.h).
|
| int load_flags;
|
| +
|
| + // The priority level for this request.
|
| + int priority;
|
| };
|
|
|
| } // namespace net
|
|
|