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

Unified Diff: content/browser/BUILD.gn

Issue 2908433003: RenderFrameProxyHost::OnOpenURL needs to validate resource request body. (Closed)
Patch Set: Covering RenderFrameHostImpl as well and rearranging the test to pass on Android. Created 3 years, 7 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 | « no previous file | content/browser/bad_message.h » ('j') | content/browser/cross_site_transfer_browsertest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 24d797eed0e937125d0c4cbfc1d059fa12336c16..9c49a260cf2f6b32cf380c2186dd10c5f0a4ecd6 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1305,6 +1305,8 @@ source_set("browser") {
"resolve_proxy_msg_helper.h",
"resource_context_impl.cc",
"resource_context_impl.h",
+ "resource_request_body_browser_utils.cc",
+ "resource_request_body_browser_utils.h",
"screen_orientation/screen_orientation_provider.cc",
"screen_orientation/screen_orientation_provider.h",
"service_manager/common_browser_interfaces.cc",
« no previous file with comments | « no previous file | content/browser/bad_message.h » ('j') | content/browser/cross_site_transfer_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698