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

Unified Diff: chrome/test/data/extensions/api_test/alert/manifest.json

Issue 9150008: Introduce background.scripts feature for extension manifests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready to land Created 8 years, 11 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: chrome/test/data/extensions/api_test/alert/manifest.json
diff --git a/chrome/test/data/extensions/api_test/alert/manifest.json b/chrome/test/data/extensions/api_test/alert/manifest.json
index 5f1c23275ecbcb05ce2ec3ea20da1243df0cb30a..d76f2f49d48a18d6fab1a81d68de9f0764e49469 100644
--- a/chrome/test/data/extensions/api_test/alert/manifest.json
+++ b/chrome/test/data/extensions/api_test/alert/manifest.json
@@ -4,6 +4,6 @@
"manifest_version": 2,
"description": "Pops up an alert dialog from the bg page",
"background": {
- "page": "test.html"
+ "scripts": ["test.js"]
}
}
« no previous file with comments | « chrome/common/extensions/extension_manifests_unittest.cc ('k') | chrome/test/data/extensions/api_test/alert/test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698