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

Unified Diff: chrome/test/data/banners/service_worker_no_fetch_handler.js

Issue 2751343002: Adds a basic offline check to InstallableManager. (Closed)
Patch Set: Rebase Created 3 years, 9 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: chrome/test/data/banners/service_worker_no_fetch_handler.js
diff --git a/chrome/test/data/banners/service_worker.js b/chrome/test/data/banners/service_worker_no_fetch_handler.js
similarity index 75%
copy from chrome/test/data/banners/service_worker.js
copy to chrome/test/data/banners/service_worker_no_fetch_handler.js
index 1047484ea8ad0c9f6964dc0d605c651c160dbdb7..ec70d2b6362b3c3bff61239fbbd330a9d00c8f38 100644
--- a/chrome/test/data/banners/service_worker.js
+++ b/chrome/test/data/banners/service_worker_no_fetch_handler.js
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-self.addEventListener('activate', function(event) {});
+// Intentionally empty.
« no previous file with comments | « chrome/test/data/banners/service_worker.js ('k') | content/browser/service_worker/service_worker_context_core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698