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

Unified Diff: content/test/data/service_worker/fetch_event_reload.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
« no previous file with comments | « content/test/data/service_worker/fetch_event.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/service_worker/fetch_event_reload.js
diff --git a/content/test/data/service_worker/fetch_event_reload.js b/content/test/data/service_worker/fetch_event_reload.js
index fb4f0670be6db35ba038a7064295ecde99495e8a..0e21d3f6e3f1106a05313d97b037724b55396ff3 100644
--- a/content/test/data/service_worker/fetch_event_reload.js
+++ b/content/test/data/service_worker/fetch_event_reload.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-Type', 'text/html; charset=UTF-8');
var blob = new Blob(['<title>reload='+ event.isReload + '</title>']);
var response = new Response(blob);
« no previous file with comments | « content/test/data/service_worker/fetch_event.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698