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

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

Issue 666223005: Don't block shared_module extensions by the policy blacklist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed FilePath 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 "name": "Shared Module",
3 "manifest_version": 2,
2 "version": "1.0", 4 "version": "1.0",
3 "manifest_version": 2, 5 "export": {}
4 "name": "My extension"
5 } 6 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698