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

Unified Diff: content/test/data/service_worker/fetch_event.js

Issue 379323003: Temporary disables 2 tests in service_worker_browsertest.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/test/data/service_worker/fetch_event.js
diff --git a/content/test/data/service_worker/fetch_event.js b/content/test/data/service_worker/fetch_event.js
index 6d7da39cfadf21bde4910f4442eabd5b6af31e0f..043348d3959f6b21da99386f9cd6a832dcd97a50 100644
--- a/content/test/data/service_worker/fetch_event.js
+++ b/content/test/data/service_worker/fetch_event.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
this.onfetch = function(event) {
- var headers = new HeaderMap;
+ var headers = new Headers;
headers.set('Content-Language', 'fi');
headers.set('Content-Type', 'text/html; charset=UTF-8');
var blob = new Blob(["This resource is gone. Gone, gone, gone."]);
« no previous file with comments | « content/browser/service_worker/service_worker_browsertest.cc ('k') | content/test/data/service_worker/fetch_event_reload.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698