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

Side by Side Diff: chrome/test/data/extensions/permissions_blocklist2/manifest.json

Issue 595363002: Add policy controlled permission block list for extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ext-fix
Patch Set: fix memory leaks Created 6 years, 1 month 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
(Empty)
1 {
2 "name": "Permissions Blocked by Policy Test 2",
3 "permissions": [ "tabs", "bookmarks", "downloads", "management" ],
4 "optional_permissions": [ "history" ],
5 "manifest_version": 2,
6 "version": "2.0"
7 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/permissions_blocklist/manifest.json ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698