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

Unified Diff: chrome/test/data/extensions/policy_shared_module/importer/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: rebase 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/importer/manifest.json
diff --git a/chrome/test/data/extensions/api_test/shared_module/import_not_in_whitelist/manifest.json b/chrome/test/data/extensions/policy_shared_module/importer/manifest.json
similarity index 62%
copy from chrome/test/data/extensions/api_test/shared_module/import_not_in_whitelist/manifest.json
copy to chrome/test/data/extensions/policy_shared_module/importer/manifest.json
index a9ed37762a3fdbe35056566709d145136f9742c7..378bbbf68259958821841bfd148ec56679b2a971 100644
--- a/chrome/test/data/extensions/api_test/shared_module/import_not_in_whitelist/manifest.json
+++ b/chrome/test/data/extensions/policy_shared_module/importer/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Shared Module Import Test",
+ "name": "Imports a Shared Module",
"manifest_version": 2,
"version": "1.0",
"app": {
@@ -8,7 +8,7 @@
}
},
"import": [{
- "id": "gpcckkmippodnppallflahfabmeilgjg"
+ "id": "nfgclafboonjbiafbllihiailjlhelpm"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698