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

Unified Diff: content/browser/service_worker/link_header_support_unittest.cc

Issue 2941883003: [ServiceWorker] Fetch event should return integrity value (Closed)
Patch Set: Address yhirano's comment #78 Created 3 years, 5 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/browser/service_worker/link_header_support_unittest.cc
diff --git a/content/browser/service_worker/link_header_support_unittest.cc b/content/browser/service_worker/link_header_support_unittest.cc
index 260afb1fff6a9c3ad8647540c61433e8aeb79f19..5ea3f1dd2c9fbf51a32fe1353e9633c88e824e70 100644
--- a/content/browser/service_worker/link_header_support_unittest.cc
+++ b/content/browser/service_worker/link_header_support_unittest.cc
@@ -147,9 +147,9 @@ class LinkHeaderServiceWorkerTest : public ::testing::Test {
request.get(), context_wrapper(), &blob_storage_context_,
render_process_id(), provider_id, false /* skip_service_worker */,
FETCH_REQUEST_MODE_NO_CORS, FETCH_CREDENTIALS_MODE_OMIT,
- FetchRedirectMode::FOLLOW_MODE, resource_type,
- REQUEST_CONTEXT_TYPE_HYPERLINK, REQUEST_CONTEXT_FRAME_TYPE_TOP_LEVEL,
- nullptr);
+ FetchRedirectMode::FOLLOW_MODE, std::string() /* integrity */,
+ resource_type, REQUEST_CONTEXT_TYPE_HYPERLINK,
+ REQUEST_CONTEXT_FRAME_TYPE_TOP_LEVEL, nullptr);
return request;
}

Powered by Google App Engine
This is Rietveld 408576698