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

Unified Diff: chrome/test/data/extensions/manifest_tests/page_action_manifest_version_2.json

Issue 12042096: Move page action manifest parsing out of Extension; the first multi-key manifest handler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/manifest_tests/page_action_manifest_version_2.json
diff --git a/chrome/test/data/extensions/manifest_tests/page_action_manifest_version_2.json b/chrome/test/data/extensions/manifest_tests/page_action_manifest_version_2.json
deleted file mode 100644
index b092b7fd99eb20c39ff195538a1545fb40857035..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/manifest_tests/page_action_manifest_version_2.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "manifest_version": 2,
- "name": "my extension",
- "version": "1.0.0.0",
- "description": "All these page action sub-features are removed in manifest version 2",
- "page_action": {
- "id": "id",
- "icons": [
- "pageAction.png"
- ],
- "name": "name",
- "popup": "popup.html"
- }
-}

Powered by Google App Engine
This is Rietveld 408576698