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

Unified Diff: chrome/renderer/safe_browsing/render_view_fake_resources_test.h

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
« no previous file with comments | « chrome/renderer/render_thread.cc ('k') | chrome/renderer/safe_browsing/render_view_fake_resources_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/safe_browsing/render_view_fake_resources_test.h
===================================================================
--- chrome/renderer/safe_browsing/render_view_fake_resources_test.h (revision 77019)
+++ chrome/renderer/safe_browsing/render_view_fake_resources_test.h (working copy)
@@ -58,7 +58,7 @@
class RenderView;
class SandboxInitWrapper;
struct MainFunctionParams;
-struct ViewHostMsg_Resource_Request;
+struct ResourceHostMsg_Request;
namespace WebKit {
class WebFrame;
@@ -111,7 +111,7 @@
// and the supplied content, otherwise we send it a 404 error.
void OnRequestResource(const IPC::Message& message,
int request_id,
- const ViewHostMsg_Resource_Request& request_data);
+ const ResourceHostMsg_Request& request_data);
// Notification that the render view we've created is ready to use.
void OnRenderViewReady();
« no previous file with comments | « chrome/renderer/render_thread.cc ('k') | chrome/renderer/safe_browsing/render_view_fake_resources_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698