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

Unified Diff: content/child/resource_dispatcher.cc

Issue 547213002: [ServiceWorker] Move skip_service_worker flag from RequestExtraData to RequestInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/child/request_info.cc ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/resource_dispatcher.cc
diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
index 9201f429bc1253f4c025a4ebf94a032196c3ad3b..5a7ff548743ffece7ffb9374db1bd1b8a3305186 100644
--- a/content/child/resource_dispatcher.cc
+++ b/content/child/resource_dispatcher.cc
@@ -126,6 +126,7 @@ IPCResourceLoaderBridge::IPCResourceLoaderBridge(
request_.appcache_host_id = request_info.appcache_host_id;
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_.enable_load_timing = request_info.enable_load_timing;
const RequestExtraData kEmptyData;
@@ -149,7 +150,6 @@ IPCResourceLoaderBridge::IPCResourceLoaderBridge(
extra_data->transferred_request_request_id();
request_.service_worker_provider_id =
extra_data->service_worker_provider_id();
- request_.skip_service_worker = extra_data->skip_service_worker();
frame_origin_ = extra_data->frame_origin();
}
« no previous file with comments | « content/child/request_info.cc ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698