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

Unified Diff: content/common/resource_request_body_impl.cc

Issue 2080223002: Revert of Fixing renderer's access to a file from HTTP POST (after a xsite transfer). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « content/common/resource_request_body_impl.h ('k') | content/test/content_browser_test_utils_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_request_body_impl.cc
diff --git a/content/common/resource_request_body_impl.cc b/content/common/resource_request_body_impl.cc
index 80212bd96a1860ecc6d90fc30653f7ac2d3fd0fb..d375e0f191cdfbdfef803774c41668348e11a80b 100644
--- a/content/common/resource_request_body_impl.cc
+++ b/content/common/resource_request_body_impl.cc
@@ -46,16 +46,6 @@
expected_modification_time);
}
-std::vector<base::FilePath> ResourceRequestBodyImpl::GetReferencedFiles()
- const {
- std::vector<base::FilePath> result;
- for (const auto& element : *elements()) {
- if (element.type() == Element::TYPE_FILE)
- result.push_back(element.path());
- }
- return result;
-}
-
ResourceRequestBodyImpl::~ResourceRequestBodyImpl() {}
} // namespace content
« no previous file with comments | « content/common/resource_request_body_impl.h ('k') | content/test/content_browser_test_utils_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698