| 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');
|
|
|