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

Side by Side Diff: chrome/test/data/extensions/api_test/file_browser/filehandler_create/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": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQChptAQ0n4R56N03nWQ1ogR7DVRBjGo80 Vw6G9KLjzZv44D8rq5Q5IkeQrtKgWyZfXevlsCe3LaLo18rcz8iZx6lK2xhLdUR+ORjsjuBfdEL5a5cW eRTSxf75AcqndQsmpwMBdrMTCZ8jQNusUI+XlrihLNNJuI5TM4vNINI5bYFQIBIw==", 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": "ChromeOS file system intent hanlder extension", 4 "name": "ChromeOS file system intent hanlder extension",
4 "version": "0.1", 5 "version": "0.1",
5 "manifest_version": 2, 6 "manifest_version": 2,
6 "description": "Tests of chrome.fileBrowserHandler.selectFile method", 7 "description": "Tests of chrome.fileBrowserHandler.selectFile method",
7 "permissions": [ 8 "permissions": [
8 "fileBrowserHandler", 9 "fileBrowserHandler",
9 "unlimitedStorage" 10 "unlimitedStorage"
10 ] 11 ]
11 } 12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698