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

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

Issue 192573002: [fsp] Introduce file_system_provider::Service class for the FileSystemProvider API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplified. Created 6 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
1 { 1 {
2 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDOuXEIuoK1kAkBe0SKiJn/N9oNn3oUxG a4dwj40MnJqPn+w0aR2vuyocm0R4Drp67aYwtLjOVPF4CICRq6ICP6eU07gGwQxGdZ7HJASXV8hm0tab 5I70oJmRLfFJyVAMCeWlFaOGq05v2i6EbifZM0qO5xALKNGQt+yjXi5INM5wIBIw==",
2 "name": "chrome.fileSystemProvider.mount", 3 "name": "chrome.fileSystemProvider.mount",
3 "version": "0.1", 4 "version": "0.1",
4 "manifest_version": 2, 5 "manifest_version": 2,
5 "description": "Test for chrome.fileSystemProvider.mount().", 6 "description": "Test for chrome.fileSystemProvider.mount().",
6 "permissions": ["fileSystemProvider"], 7 "permissions": ["fileSystemProvider", "fileBrowserPrivate"],
7 "app": { 8 "app": {
8 "background": { 9 "background": {
9 "scripts": ["test.js"] 10 "scripts": ["test.js"]
10 } 11 }
11 } 12 }
12 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698