| Index: content/common/resource_messages.h
|
| ===================================================================
|
| --- content/common/resource_messages.h (revision 183842)
|
| +++ content/common/resource_messages.h (working copy)
|
| @@ -13,7 +13,6 @@
|
| #include "content/public/common/common_param_traits.h"
|
| #include "content/public/common/resource_response.h"
|
| #include "ipc/ipc_message_macros.h"
|
| -#include "net/base/request_priority.h"
|
| #include "webkit/glue/resource_request_body.h"
|
|
|
| #ifndef CONTENT_COMMON_RESOURCE_MESSAGES_H_
|
| @@ -148,7 +147,7 @@
|
| IPC_STRUCT_MEMBER(ResourceType::Type, resource_type)
|
|
|
| // The priority of this request.
|
| - IPC_STRUCT_MEMBER(net::RequestPriority, priority)
|
| + IPC_STRUCT_MEMBER(WebKit::WebURLRequest::Priority, priority)
|
|
|
| // Used by plugin->browser requests to get the correct net::URLRequestContext.
|
| IPC_STRUCT_MEMBER(uint32, request_context)
|
| @@ -301,8 +300,3 @@
|
| // Sent when the renderer process deletes a resource loader.
|
| IPC_MESSAGE_CONTROL1(ResourceHostMsg_ReleaseDownloadedFile,
|
| int /* request_id */)
|
| -
|
| -// Sent by the renderer when a resource request changes priority.
|
| -IPC_MESSAGE_ROUTED2(ResourceHostMsg_DidChangePriority,
|
| - int /* request_id */,
|
| - net::RequestPriority)
|
|
|