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

Unified Diff: content/browser/renderer_host/socket_stream_dispatcher_host.cc

Issue 6628035: Move resource related IPCs to their own file in content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: content/browser/renderer_host/socket_stream_dispatcher_host.cc
===================================================================
--- content/browser/renderer_host/socket_stream_dispatcher_host.cc (revision 77019)
+++ content/browser/renderer_host/socket_stream_dispatcher_host.cc (working copy)
@@ -11,6 +11,7 @@
#include "content/browser/renderer_host/socket_stream_host.h"
#include "content/common/socket_stream.h"
#include "content/common/socket_stream_messages.h"
+#include "content/common/resource_messages.h"
#include "net/websockets/websocket_job.h"
#include "net/websockets/websocket_throttle.h"
@@ -154,7 +155,7 @@
// GetRequestContext will take a different parameter and we can take out
// this struct and the #include "chrome/common/render_messages_params.h"
// above.
- ViewHostMsg_Resource_Request request;
+ ResourceHostMsg_Request request;
rv = url_request_context_override_->GetRequestContext(request);
}
if (!rv) {
« no previous file with comments | « content/browser/renderer_host/resource_message_filter.cc ('k') | content/browser/renderer_host/sync_resource_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698