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

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

Issue 1127283003: Make some file_system_provider_capabilities fields optional. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned up. Created 5 years, 7 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
OLDNEW
1 { 1 {
2 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDOuXEIuoK1kAkBe0SKiJn/N9oNn3oUxG a4dwj40MnJqPn+w0aR2vuyocm0R4Drp67aYwtLjOVPF4CICRq6ICP6eU07gGwQxGdZ7HJASXV8hm0tab 5I70oJmRLfFJyVAMCeWlFaOGq05v2i6EbifZM0qO5xALKNGQt+yjXi5INM5wIBIw==", 2 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDOuXEIuoK1kAkBe0SKiJn/N9oNn3oUxG a4dwj40MnJqPn+w0aR2vuyocm0R4Drp67aYwtLjOVPF4CICRq6ICP6eU07gGwQxGdZ7HJASXV8hm0tab 5I70oJmRLfFJyVAMCeWlFaOGq05v2i6EbifZM0qO5xALKNGQt+yjXi5INM5wIBIw==",
3 "name": "chrome.fileSystemProvider.unmount", 3 "name": "chrome.fileSystemProvider.unmount",
4 "version": "0.1", 4 "version": "0.1",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "description": "Test for chrome.fileSystemProvider.unmount().", 6 "description": "Test for chrome.fileSystemProvider.unmount().",
7 "permissions": ["fileSystemProvider", "fileManagerPrivate"], 7 "permissions": ["fileSystemProvider", "fileManagerPrivate"],
8 "file_system_provider_capabilities": { 8 "file_system_provider_capabilities": {
9 "configurable": true,
10 "multiple_mounts": true,
11 "source": "device" 9 "source": "device"
12 }, 10 },
13 "app": { 11 "app": {
14 "background": { 12 "background": {
15 "scripts": [ 13 "scripts": [
16 "chrome-extension://gfnblenhaahcnmfdbebgincjohfkbnch/test_util.js", 14 "chrome-extension://gfnblenhaahcnmfdbebgincjohfkbnch/test_util.js",
17 "test.js" 15 "test.js"
18 ] 16 ]
19 } 17 }
20 } 18 }
21 } 19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698