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

Unified Diff: content/common/resource_messages.h

Issue 12321055: Revert 183382 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1418/src/
Patch Set: Created 7 years, 10 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 | « content/common/resource_dispatcher.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « content/common/resource_dispatcher.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698