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

Unified Diff: content/browser/loader/DEPS

Issue 1956383003: Forwarding POST body into renderer after a cross-site transfer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GoBackToCrossSitePostWithRedirect is fixed by this CL. Created 4 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
Index: content/browser/loader/DEPS
diff --git a/content/browser/loader/DEPS b/content/browser/loader/DEPS
index a9280c84b915f1ebf751c3821293d7748e1faea8..713f148aa81f7f585be0af6cb7d42b2ad8b28586 100644
--- a/content/browser/loader/DEPS
+++ b/content/browser/loader/DEPS
@@ -229,6 +229,7 @@ specific_include_rules = {
"+content/browser/loader/resource_message_filter.h",
"+content/browser/loader/resource_request_info_impl.h",
"+content/common/content_export.h",
+ "+content/common/resource_request_body.h",
Charlie Reis 2016/06/01 23:46:32 I'm not 100% sure on this, but hopefully it's not
scottmg 2016/06/02 00:14:33 Yes, I think that's probably OK. Can you also move
Łukasz Anforowicz 2016/06/02 22:07:04 Done.
"+content/public/browser/global_request_id.h",
"+content/public/browser/resource_request_info.h",
"+content/public/common/referrer.h",

Powered by Google App Engine
This is Rietveld 408576698