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

Side by Side 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 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/extensions/api_test/decode_jpeg/background.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "key" : "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCvmgKDDMPKFymmxwaAyZ+qLbqwcsbZ0 xUo1joEGxzNziHHfq53O2cxYx4JERINXPic9lVfzaljIDLR2fnLZPJfh9iMnauSf/DpMcmbdqcLJvg3M oS0e59D16tgij9PSdJFbi1l2PFgSAWvoGVdY5cmiNsHYDIfa8YFwXq5i1A1QwIDAQAB", 2 "key" : "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCvmgKDDMPKFymmxwaAyZ+qLbqwcsbZ0 xUo1joEGxzNziHHfq53O2cxYx4JERINXPic9lVfzaljIDLR2fnLZPJfh9iMnauSf/DpMcmbdqcLJvg3M oS0e59D16tgij9PSdJFbi1l2PFgSAWvoGVdY5cmiNsHYDIfa8YFwXq5i1A1QwIDAQAB",
3 "name": "chrome.decodeJPEG", 3 "name": "chrome.decodeJPEG",
4 "version": "0.1", 4 "version": "0.1",
5 "manifest_version": 2,
5 "description": "Test for decodeJPEG.decode", 6 "description": "Test for decodeJPEG.decode",
6 "background_page": "background.html", 7 "background_page": "background.html",
7 "permissions": ["chromePrivate"] 8 "permissions": ["chromePrivate"]
8 } 9 }
OLDNEW
« 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