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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/policy_shared_module/shared_module/manifest.json
diff --git a/chrome/test/data/extensions/no_id/manifest.json b/chrome/test/data/extensions/policy_shared_module/shared_module/manifest.json
similarity index 53%
copy from chrome/test/data/extensions/no_id/manifest.json
copy to chrome/test/data/extensions/policy_shared_module/shared_module/manifest.json
index 9f8974c45576d5bae47262d6a3d235113299941f..80799d93d798a22613fffc2096eea52f395f3fd6 100644
--- a/chrome/test/data/extensions/no_id/manifest.json
+++ b/chrome/test/data/extensions/policy_shared_module/shared_module/manifest.json
@@ -1,5 +1,6 @@
{
- "version": "1.0",
+ "name": "Shared Module",
"manifest_version": 2,
- "name": "My extension"
+ "version": "1.0",
+ "export": {}
}

Powered by Google App Engine
This is Rietveld 408576698