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

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

Issue 8763008: Move yet another block of 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
OLDNEW
1 { 1 {
2 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDJ5+2VmV02HP3jkMhxbp2yuyzf4K4Jsf fgCf8zsPljLVV2A+JXGj0TbvzvDP3RDCKC5qPMprQkoYlKVW2b6H0kQ8dNmZsjxMqEz/ZDx4Z6/VvbMa z8pP+dENs5Io5XlG5Op2nsJF+y+LqbX6qbff9D/s4fTWyqKillpJN+48qs0wIBIw==", 2 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDJ5+2VmV02HP3jkMhxbp2yuyzf4K4Jsf fgCf8zsPljLVV2A+JXGj0TbvzvDP3RDCKC5qPMprQkoYlKVW2b6H0kQ8dNmZsjxMqEz/ZDx4Z6/VvbMa z8pP+dENs5Io5XlG5Op2nsJF+y+LqbX6qbff9D/s4fTWyqKillpJN+48qs0wIBIw==",
3 "name": "chromeos.local filesystem", 3 "name": "chromeos.local filesystem",
4 "version": "0.1", 4 "version": "0.1",
5 "manifest_version": 2,
5 "description": "Local filesystem access sanity test", 6 "description": "Local filesystem access sanity test",
6 "background_page": "background.html", 7 "background_page": "background.html",
7 "permissions": [ 8 "permissions": [
8 "tabs", 9 "tabs",
9 "unlimitedStorage", 10 "unlimitedStorage",
10 "fileBrowserHandler", 11 "fileBrowserHandler",
11 "fileBrowserPrivate" 12 "fileBrowserPrivate"
12 ] 13 ]
13 } 14 }
14 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698