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

Unified Diff: content/browser/BUILD.gn

Issue 2397893002: Revert the merge of CrossSiteResourceHandler and NavigationResourceThrottle. (Closed)
Patch Set: Add back initialization of started_from_context_menu_. Created 4 years, 2 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/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 810050dcd650acef602ebc433eabc9b925f99e03..18e1b8316a8235564485a4705c0d8418684d30a2 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -547,6 +547,8 @@ source_set("browser") {
"font_list_async.cc",
"frame_host/cross_process_frame_connector.cc",
"frame_host/cross_process_frame_connector.h",
+ "frame_host/cross_site_transferring_request.cc",
+ "frame_host/cross_site_transferring_request.h",
"frame_host/debug_urls.cc",
"frame_host/debug_urls.h",
"frame_host/frame_navigation_entry.cc",
@@ -712,6 +714,8 @@ source_set("browser") {
"loader/async_revalidation_driver.h",
"loader/async_revalidation_manager.cc",
"loader/async_revalidation_manager.h",
+ "loader/cross_site_resource_handler.cc",
+ "loader/cross_site_resource_handler.h",
"loader/detachable_resource_handler.cc",
"loader/detachable_resource_handler.h",
"loader/global_routing_id.h",

Powered by Google App Engine
This is Rietveld 408576698