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

Unified Diff: components/component_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
Index: components/component_apps/webstore_widget/app/background.js
diff --git a/components/component_apps/webstore_widget/app/background.js b/components/component_apps/webstore_widget/app/background.js
new file mode 100644
index 0000000000000000000000000000000000000000..4b7424a77bbc21d6d8af02cd637e224f6f6d5602
--- /dev/null
+++ b/components/component_apps/webstore_widget/app/background.js
@@ -0,0 +1,3 @@
+chrome.app.runtime.onLaunched.addListener(function() {
+ console.log('HELLO WORLD');
+});
asargent_no_longer_on_chrome 2015/04/28 19:40:09 did you mean to leave this debugging code in the C
tbarzic 2015/04/28 19:50:28 Not really.. removed
« no previous file with comments | « components/component_apps/webstore_widget/OWNERS ('k') | components/component_apps/webstore_widget/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698