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

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

Issue 153553008: 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 b6b90d432e42f131ee402341494d728d5f268d58..68bb7a8a8c667dab875e8b9cb6299100630c1e06 100644
--- a/content/test/data/service_worker/worker.js
+++ b/content/test/data/service_worker/worker.js
@@ -2,5 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Has no content yet, this just needs to exist for script loading.
-this.oninstalled = function(event) {};
+this.oninstall = function(event) {};

Powered by Google App Engine
This is Rietveld 408576698