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

Unified Diff: content/browser/loader/resource_dispatcher_host_impl.cc

Issue 623663002: [ServiceWorker] pipe RequestContext and FrameType to ServiceWorker. [2/2 chromium] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit tests Created 6 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/loader/resource_dispatcher_host_impl.cc
diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
index 3c89658a44c529d28c46ece8a777d04f34045f30..d4b296e837141b6b07efa1aecca0ae5d5c65a694 100644
--- a/content/browser/loader/resource_dispatcher_host_impl.cc
+++ b/content/browser/loader/resource_dispatcher_host_impl.cc
@@ -1242,6 +1242,8 @@ void ResourceDispatcherHostImpl::BeginRequest(
request_data.fetch_request_mode,
request_data.fetch_credentials_mode,
request_data.resource_type,
+ request_data.fetch_request_context,
+ request_data.fetch_frame_type,
request_data.request_body);
// Have the appcache associate its extra info with the request.

Powered by Google App Engine
This is Rietveld 408576698