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

Unified Diff: third_party/WebKit/Source/platform/network/DEPS

Issue 2766583002: Set the same headers for data URLs in WebURLLoaderImpl and ResourceFetcher (Closed)
Patch Set: reflect comments Created 3 years, 9 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: third_party/WebKit/Source/platform/network/DEPS
diff --git a/third_party/WebKit/Source/platform/network/DEPS b/third_party/WebKit/Source/platform/network/DEPS
index a259d87d95639f8dfd6e4d8c229211cf307f77e1..702968f849ecc63da08d3b350b4ff79467454eed 100644
--- a/third_party/WebKit/Source/platform/network/DEPS
+++ b/third_party/WebKit/Source/platform/network/DEPS
@@ -6,4 +6,6 @@ include_rules = [
# so we have separate DEPS from platform's one.
"+net/base",
"+net/http",
+ # For URLRequestDataJob::BuildResponse().
+ "+net/url_request/url_request_data_job.h",
]

Powered by Google App Engine
This is Rietveld 408576698