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

Unified Diff: content/browser/loader/DEPS

Issue 2481093003: Introduce ResourceRequesterInfo to abstract the requester of resource request (Closed)
Patch Set: incorporated yhirano & kinuko's comment Created 4 years, 1 month 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/DEPS
diff --git a/content/browser/loader/DEPS b/content/browser/loader/DEPS
index 2822a7f15b69b93b0b2578c260a572b146edc20d..77ea1c8ff4861209c0a08634f99a5ef8ba8d9fca 100644
--- a/content/browser/loader/DEPS
+++ b/content/browser/loader/DEPS
@@ -16,9 +16,9 @@ specific_include_rules = {
"+content/browser/loader/resource_dispatcher_host_impl.h",
"+content/browser/loader/resource_handler.h",
"+content/browser/loader/resource_message_delegate.h",
- "+content/browser/loader/resource_message_filter.h",
"+content/browser/loader/resource_request_info_impl.h",
"+content/common/content_export.h",
+ "+content/public/browser/browser_message_filter.h",
"+content/public/browser/resource_dispatcher_host_delegate.h",
"+content/public/common/resource_response.h",
@@ -53,7 +53,6 @@ specific_include_rules = {
"-content",
"+content/browser/loader/async_revalidation_driver.h",
"+content/browser/loader/async_revalidation_manager.h",
- "+content/browser/loader/resource_message_filter.h",
"+content/browser/loader/resource_request_info_impl.h",
"+content/browser/loader/resource_scheduler.h",
"+content/public/browser/resource_throttle.h",
@@ -140,6 +139,7 @@ specific_include_rules = {
"+content/browser/loader/resource_loader_delegate.h",
"+content/browser/loader/resource_message_filter.h",
"+content/browser/loader/resource_request_info_impl.h",
+ "+content/browser/loader/resource_requester_info.h",
"+content/browser/loader/resource_scheduler.h",
"+content/browser/loader/stream_resource_handler.h",
"+content/browser/loader/sync_resource_handler.h",
@@ -176,6 +176,7 @@ specific_include_rules = {
"+content/browser/resource_context_impl.h",
"+content/browser/service_worker/foreign_fetch_request_handler.h",
"+content/browser/service_worker/link_header_support.h",
+ "+content/browser/service_worker/service_worker_context_wrapper.h",
"+content/browser/service_worker/service_worker_navigation_handle_core.h",
"+content/browser/service_worker/service_worker_request_handler.h",
"+content/browser/streams/stream.h",
@@ -195,7 +196,6 @@ specific_include_rules = {
"+content/public/common/browser_side_navigation_policy.h",
"+content/public/common/content_features.h",
"+content/public/common/content_switches.h",
- "+content/public/common/process_type.h",
"+content/public/common/request_context_type.h",
"+content/public/common/resource_type.h",
@@ -236,7 +236,6 @@ specific_include_rules = {
"+content/browser/ssl/ssl_manager.h",
"+content/public/common/content_client.h",
"+content/public/common/content_switches.h",
- "+content/public/common/process_type.h",
],
"resource_handler_delegate\.h": [
"-content",
@@ -247,6 +246,7 @@ specific_include_rules = {
"+content/browser/loader/resource_handler.h",
"+content/browser/loader/resource_message_filter.h",
"+content/browser/loader/resource_request_info_impl.h",
+ "+content/browser/loader/resource_requester_info.h",
"+content/common/content_export.h",
"+content/common/resource_request_body_impl.h",
"+content/public/browser/global_request_id.h",
@@ -256,7 +256,6 @@ specific_include_rules = {
# TODO: these all have to be removed.
"+content/browser/frame_host/frame_tree_node.h",
- "+content/browser/service_worker/service_worker_context_wrapper.h",
"+content/browser/web_contents/web_contents_impl.h",
"+content/common/net/url_request_service_worker_data.h",
"+content/common/net/url_request_user_data.h",
@@ -292,7 +291,6 @@ specific_include_rules = {
"+content/browser/loader/netlog_observer.h",
"+content/browser/loader/resource_dispatcher_host_impl.h",
"+content/browser/loader/resource_handler.h",
- "+content/browser/loader/resource_message_filter.h",
"+content/browser/loader/resource_request_info_impl.h",
"+content/browser/loader/sync_resource_handler.h",
"+content/public/browser/resource_dispatcher_host_delegate.h",
@@ -314,7 +312,7 @@ specific_include_rules = {
"url_loader_factory_impl\.(cc|h)": [
"-content",
"+content/browser/loader/resource_dispatcher_host_impl.h",
- "+content/browser/loader/resource_message_filter.h",
+ "+content/browser/loader/resource_requester_info.h",
"+content/browser/loader/url_loader_factory_impl.h",
"+content/common/content_export.h",
"+content/common/resource_request.h",
@@ -338,7 +336,6 @@ specific_include_rules = {
"+content/public/browser/resource_context.h",
"+content/public/browser/resource_dispatcher_host_delegate.h",
"+content/public/common/content_paths.h",
- "+content/public/common/process_type.h",
"+content/public/test/test_browser_context.h",
"+content/public/test/test_browser_thread_bundle.h",

Powered by Google App Engine
This is Rietveld 408576698