| Index: chrome/test/data/push_messaging/subscope1/service_worker.js
|
| diff --git a/chrome/test/data/extensions/api_test/extension_options/close_self/options.js b/chrome/test/data/push_messaging/subscope1/service_worker.js
|
| similarity index 80%
|
| copy from chrome/test/data/extensions/api_test/extension_options/close_self/options.js
|
| copy to chrome/test/data/push_messaging/subscope1/service_worker.js
|
| index d38d0a72a15cbe8162450011618cf80505685126..8f7eb65ab77ad5629a52c28c2aeaa5f7b92f4cb5 100644
|
| --- a/chrome/test/data/extensions/api_test/extension_options/close_self/options.js
|
| +++ b/chrome/test/data/push_messaging/subscope1/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.
|
|
|
| -window.close();
|
| +importScripts('../service_worker.js');
|
|
|