| Index: components/chrome_apps/webstore_widget/app/background.js
|
| diff --git a/content/test/data/service_worker/while_true_worker.js b/components/chrome_apps/webstore_widget/app/background.js
|
| similarity index 83%
|
| copy from content/test/data/service_worker/while_true_worker.js
|
| copy to components/chrome_apps/webstore_widget/app/background.js
|
| index ebfc2249c9bb157d0f29eb3da12130efb4858ed2..c878b2a7b4b992f8c2cb165e15874456d40fdead 100644
|
| --- a/content/test/data/service_worker/while_true_worker.js
|
| +++ b/components/chrome_apps/webstore_widget/app/background.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.
|
|
|
| -while(true) { }
|
| +// TODO(tbarzic): Implement this.
|
|
|