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

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

Issue 8725019: Move another bunch of extension API tests to manifest_version 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « chrome/test/data/extensions/api_test/decode_jpeg/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/decode_jpeg/manifest.json
===================================================================
--- chrome/test/data/extensions/api_test/decode_jpeg/manifest.json (revision 111763)
+++ chrome/test/data/extensions/api_test/decode_jpeg/manifest.json (working copy)
@@ -2,6 +2,7 @@
"key" : "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCvmgKDDMPKFymmxwaAyZ+qLbqwcsbZ0xUo1joEGxzNziHHfq53O2cxYx4JERINXPic9lVfzaljIDLR2fnLZPJfh9iMnauSf/DpMcmbdqcLJvg3MoS0e59D16tgij9PSdJFbi1l2PFgSAWvoGVdY5cmiNsHYDIfa8YFwXq5i1A1QwIDAQAB",
"name": "chrome.decodeJPEG",
"version": "0.1",
+ "manifest_version": 2,
"description": "Test for decodeJPEG.decode",
"background_page": "background.html",
"permissions": ["chromePrivate"]
« no previous file with comments | « chrome/test/data/extensions/api_test/decode_jpeg/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698