Index: content/child/web_url_loader_impl.cc |
diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc |
index ba560b65593dff68bbdce1f7e24b8028acd8cb12..3f1c2dfd8021a8430d80bb1f79e08d99c0da32b6 100644 |
--- a/content/child/web_url_loader_impl.cc |
+++ b/content/child/web_url_loader_impl.cc |
@@ -351,6 +351,8 @@ void WebURLLoaderImpl::Context::Start(const WebURLRequest& request, |
default: |
NOTREACHED(); |
} |
+ if (request.skipServiceWorker()) |
+ load_flags |= net::LOAD_SKIP_SERVICE_WORKER; |
if (request.reportUploadProgress()) |
load_flags |= net::LOAD_ENABLE_UPLOAD_PROGRESS; |