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

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

Issue 9839067: Cleanup: Removing obsolete chromePrivate.decodeJPEG API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unittest fix Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "key" : "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCvmgKDDMPKFymmxwaAyZ+qLbqwcsbZ0 xUo1joEGxzNziHHfq53O2cxYx4JERINXPic9lVfzaljIDLR2fnLZPJfh9iMnauSf/DpMcmbdqcLJvg3M oS0e59D16tgij9PSdJFbi1l2PFgSAWvoGVdY5cmiNsHYDIfa8YFwXq5i1A1QwIDAQAB",
3 "name": "chrome.decodeJPEG",
4 "version": "0.1",
5 "manifest_version": 2,
6 "description": "Test for decodeJPEG.decode",
7 "background": {
8 "scripts": ["testdata.js", "background.js"]
9 },
10 "permissions": ["chromePrivate"]
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698