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

Unified Diff: chrome/test/data/push_messaging/subscope2/service_worker.js

Issue 778243002: Push API: Return cached registration if available. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@store2
Patch Set: Rebase Created 6 years 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/push_messaging/subscope2/service_worker.js
diff --git a/chrome/test/data/extensions/api_test/shared_module/shared_whitelist/pass.js b/chrome/test/data/push_messaging/subscope2/service_worker.js
similarity index 80%
copy from chrome/test/data/extensions/api_test/shared_module/shared_whitelist/pass.js
copy to chrome/test/data/push_messaging/subscope2/service_worker.js
index c4d1ef82f053aec3c7fe16646260969b7479a4aa..8f7eb65ab77ad5629a52c28c2aeaa5f7b92f4cb5 100644
--- a/chrome/test/data/extensions/api_test/shared_module/shared_whitelist/pass.js
+++ b/chrome/test/data/push_messaging/subscope2/service_worker.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.
-var pass_exported = {};
+importScripts('../service_worker.js');
« no previous file with comments | « chrome/test/data/push_messaging/subscope1/test.html ('k') | chrome/test/data/push_messaging/subscope2/test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698