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

Unified Diff: components/chrome_apps/webstore_widget/app/background.js

Issue 1103943003: Add components/chrome_apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « components/chrome_apps/webstore_widget/OWNERS ('k') | components/chrome_apps/webstore_widget/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/chrome_apps/webstore_widget/OWNERS ('k') | components/chrome_apps/webstore_widget/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698