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

Side by Side Diff: chrome/test/data/extensions/manifest_tests/filebrowser_missing_permission.json

Issue 1017163003: Add a warning for missing fileBrowserHandler permission. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment out unused code. Created 5 years, 8 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 "name": "test", 2 "name": "test",
3 "version": "1", 3 "version": "1",
4 "permissions": [
5 "fileBrowserHandler"
6 ],
7 "file_browser_handlers": [ 4 "file_browser_handlers": [
8 { 5 {
6 "id": "test",
9 "default_title" : "Test", 7 "default_title" : "Test",
10 "default_icon" : "icon.png", 8 "default_icon" : "icon.png",
11 "file_filters" : [ 9 "file_filters" : [
12 "filesystem:*.txt" 10 "filesystem:*.txt"
13 ] 11 ]
14 } 12 }
15 ] 13 ]
16 } 14 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/filebrowser_invalid_value.json ('k') | extensions/common/manifest_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698