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

Side by Side Diff: chrome/test/ext_auto/auto_provider/manifest.json

Issue 1030133002: Move the check for fileBrowserHandler permission to FileBrowserHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test for OS != OS_CHROMEOS. Created 5 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
OLDNEW
1 { 1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDr+Q7QFcTr4Wmn9sSICKWbxnYLhIM0ER bcapZCDmpAkiBUhOPt+KkYnTdUFl4Kx2xv02MwIowh36Fho9Dhqh7cPWGIPsLHUaJosO6t6oaHxQsMQS /K4MlnP5pNJykExo82DcajSXGV+mIQH3RslxL+XhtmIh2BQLwbizVG0bA+mwIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDr+Q7QFcTr4Wmn9sSICKWbxnYLhIM0ER bcapZCDmpAkiBUhOPt+KkYnTdUFl4Kx2xv02MwIowh36Fho9Dhqh7cPWGIPsLHUaJosO6t6oaHxQsMQS /K4MlnP5pNJykExo82DcajSXGV+mIQH3RslxL+XhtmIh2BQLwbizVG0bA+mwIDAQAB",
3 "name": "Test Automation Provider Extension", 3 "name": "Test Automation Provider Extension",
4 "version": "1", 4 "version": "1",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "description": "Test Automation Provider Extension", 6 "description": "Test Automation Provider Extension",
7 "default_locale": "en", 7 "default_locale": "en",
8 "background": { 8 "background": {
9 "scripts": ["connection_handler.js", "server.js", "background.js"] 9 "scripts": ["connection_handler.js", "server.js", "background.js"]
10 }, 10 },
(...skipping 13 matching lines...) Expand all
24 "clipboardWrite", 24 "clipboardWrite",
25 "cloudPrintPrivate", 25 "cloudPrintPrivate",
26 "contentSettings", 26 "contentSettings",
27 "contextMenus", 27 "contextMenus",
28 "cookies", 28 "cookies",
29 "debugger", 29 "debugger",
30 "devtools", 30 "devtools",
31 "declarativeWebRequest", 31 "declarativeWebRequest",
32 "downloads", 32 "downloads",
33 "experimental", 33 "experimental",
34 "fileBrowserHandler",
35 "fileManagerPrivate", 34 "fileManagerPrivate",
36 "fileSystem", 35 "fileSystem",
37 "fileSystem.write", 36 "fileSystem.write",
38 "fontSettings", 37 "fontSettings",
39 "geolocation", 38 "geolocation",
40 "history", 39 "history",
41 "idle", 40 "idle",
42 "input", 41 "input",
43 "inputMethodPrivate", 42 "inputMethodPrivate",
44 "management", 43 "management",
(...skipping 26 matching lines...) Expand all
71 "videoCapture", 70 "videoCapture",
72 "wallpaperPrivate", 71 "wallpaperPrivate",
73 "webNavigation", 72 "webNavigation",
74 "webstorePrivate", 73 "webstorePrivate",
75 "webRequest", 74 "webRequest",
76 "webRequestBlocking", 75 "webRequestBlocking",
77 "webview" 76 "webview"
78 ], 77 ],
79 "bluetooth": {} 78 "bluetooth": {}
80 } 79 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/filebrowser_valid.json ('k') | content/public/test/mock_special_storage_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698