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

Unified Diff: content/browser/loader/resource_message_filter.cc

Issue 174493005: Merge 252428 "Revert "Allow MessageFilters to restrict listening..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1847/src/
Patch Set: Created 6 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/loader/resource_message_filter.cc
===================================================================
--- content/browser/loader/resource_message_filter.cc (revision 252600)
+++ content/browser/loader/resource_message_filter.cc (working copy)
@@ -7,7 +7,6 @@
#include "content/browser/appcache/chrome_appcache_service.h"
#include "content/browser/fileapi/chrome_blob_storage_context.h"
#include "content/browser/loader/resource_dispatcher_host_impl.h"
-#include "content/common/resource_messages.h"
#include "content/public/browser/resource_context.h"
#include "webkit/browser/fileapi/file_system_context.h"
@@ -20,8 +19,7 @@
ChromeBlobStorageContext* blob_storage_context,
fileapi::FileSystemContext* file_system_context,
const GetContextsCallback& get_contexts_callback)
- : BrowserMessageFilter(ResourceMsgStart),
- child_id_(child_id),
+ : child_id_(child_id),
process_type_(process_type),
appcache_service_(appcache_service),
blob_storage_context_(blob_storage_context),
« no previous file with comments | « content/browser/indexed_db/indexed_db_dispatcher_host.cc ('k') | content/browser/loader/resource_scheduler_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698