Index: content/child/resource_dispatcher.cc |
diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc |
index da3e5d297145182505722c091a360b933c644268..2f4087582a96e98796be031a74927b1f38b5db18 100644 |
--- a/content/child/resource_dispatcher.cc |
+++ b/content/child/resource_dispatcher.cc |
@@ -127,6 +127,7 @@ IPCResourceLoaderBridge::IPCResourceLoaderBridge( |
request_.download_to_file = request_info.download_to_file; |
request_.has_user_gesture = request_info.has_user_gesture; |
request_.skip_service_worker = request_info.skip_service_worker; |
+ request_.fetch_request_mode = request_info.fetch_request_mode; |
request_.enable_load_timing = request_info.enable_load_timing; |
const RequestExtraData kEmptyData; |