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

Side by Side Diff: chrome/test/data/extensions/permissions_blocklist/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",
3 "permissions": [ "tabs", "bookmarks" ],
4 "optional_permissions": [ "history", "downloads" ],
5 "manifest_version": 2,
6 "version": "1.0"
7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698