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

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

Issue 601103002: Whitelist instead of restricting to components for fileBrowserPrivate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments with extension ids to manifests. Created 6 years, 2 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 // chrome-extension://pkplfbidichfdicaijlchgnapepdginl
3 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtDfX9dHNh948bt00YhZBm3P6E5 QLaOt+v8kXVtibQfiPtOD2FTScB/f0wX/EQWVO7BkaSOsRkTPcPIgocyMPYr2FLgqGLFlYT9nQpKJZUF NF5oJ5rG6Nv7ppf4zEB3j6da1IBRTz2yOZ+6O1TMZxol/V62/QcqrJeggsHTEPGLdr9Ua4b1Ka0xKJnJ ngZljsbw93FI1o+P9dAh5BS6wTPiZI/vmJVjvMTkSTnaZ3n9Go2t7A0XLcSxLcVyuLAd2mAvSN0mIviO ukdM66wr7llif71nKuUt+4qvlr/r9HfwzN6pA4jkwhtS1UD+3CmB+wsHwsnohNcuu4FIQ6rgq/7QIDAQ AB",
3 "name": "chrome.fileSystemProvider.mount", 4 "name": "chrome.fileSystemProvider.mount",
4 "version": "0.1", 5 "version": "0.1",
5 "manifest_version": 2, 6 "manifest_version": 2,
6 "description": "Test for chrome.fileSystemProvider.mount().", 7 "description": "Test for chrome.fileSystemProvider.mount().",
7 "permissions": ["fileSystemProvider", "fileManagerPrivate"], 8 "permissions": ["fileSystemProvider", "fileManagerPrivate"],
8 "app": { 9 "app": {
9 "background": { 10 "background": {
10 "scripts": [ 11 "scripts": [
11 "chrome-extension://gfnblenhaahcnmfdbebgincjohfkbnch/test_util.js", 12 "chrome-extension://gfnblenhaahcnmfdbebgincjohfkbnch/test_util.js",
12 "test.js" 13 "test.js"
13 ] 14 ]
14 } 15 }
15 } 16 }
16 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698