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

Unified Diff: content/child/resource_dispatcher.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/child/resource_dispatcher.cc
diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
index ed1688c17add92846683a6155cc21b6ffcaa396a..1bffc48d1934074444e83263e84771c95a08f700 100644
--- a/content/child/resource_dispatcher.cc
+++ b/content/child/resource_dispatcher.cc
@@ -129,6 +129,8 @@ IPCResourceLoaderBridge::IPCResourceLoaderBridge(
request_.skip_service_worker = request_info.skip_service_worker;
request_.fetch_request_mode = request_info.fetch_request_mode;
request_.fetch_credentials_mode = request_info.fetch_credentials_mode;
+ request_.fetch_request_context = request_info.fetch_request_context;
+ request_.fetch_frame_type = request_info.fetch_frame_type;
request_.enable_load_timing = request_info.enable_load_timing;
const RequestExtraData kEmptyData;

Powered by Google App Engine
This is Rietveld 408576698