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

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

Issue 147903008: Revert of Wire InstallFinished and add some InstallEvent.waitUntil tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/worker.js
diff --git a/content/test/data/service_worker/worker.js b/content/test/data/service_worker/worker.js
index 68bb7a8a8c667dab875e8b9cb6299100630c1e06..b6b90d432e42f131ee402341494d728d5f268d58 100644
--- a/content/test/data/service_worker/worker.js
+++ b/content/test/data/service_worker/worker.js
@@ -2,4 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-this.oninstall = function(event) {};
+// Has no content yet, this just needs to exist for script loading.
+this.oninstalled = function(event) {};

Powered by Google App Engine
This is Rietveld 408576698