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

Unified Diff: content/child/web_url_loader_impl.cc

Issue 2941883003: [ServiceWorker] Fetch event should return integrity value (Closed)
Patch Set: Rebase and address shimazu and yhirano's comments Created 3 years, 6 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/web_url_loader_impl.cc
diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc
index 1b7c0e6964147652c11a54336a13c0d28cff6130..ac41d7cd5d626c15c2c140fd694d56ce8e3786bd 100644
--- a/content/child/web_url_loader_impl.cc
+++ b/content/child/web_url_loader_impl.cc
@@ -586,6 +586,8 @@ void WebURLLoaderImpl::Context::Start(const WebURLRequest& request,
GetFetchCredentialsModeForWebURLRequest(request);
resource_request->fetch_redirect_mode =
GetFetchRedirectModeForWebURLRequest(request);
+ resource_request->fetch_integrity =
+ GetFetchIntegrityForWebURLRequest(request);
resource_request->fetch_request_context_type =
GetRequestContextTypeForWebURLRequest(request);
resource_request->fetch_mixed_content_context_type =

Powered by Google App Engine
This is Rietveld 408576698