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

Unified Diff: chrome/test/data/extensions/manifest_tests/page_action_manifest_version_2b.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_2b.json
diff --git a/chrome/test/data/extensions/manifest_tests/page_action_manifest_version_2b.json b/chrome/test/data/extensions/manifest_tests/page_action_manifest_version_2b.json
deleted file mode 100644
index 3933dfcf8f609fb3e82f0172ee1d2757913d128f..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/manifest_tests/page_action_manifest_version_2b.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "manifest_version": 2,
- "name": "my extension",
- "version": "1.0.0.0",
- "description": "The page_action.popup value cannot be an object in manifest_version 2.",
- "page_action": {
- "default_popup": {
- }
- }
-}

Powered by Google App Engine
This is Rietveld 408576698