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

Unified Diff: chrome/test/data/extensions/api_test/shared_module/import_pass/manifest.json

Issue 263703002: Allow shared modules to whitelist extensions that import them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback Created 6 years, 8 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/api_test/shared_module/import_pass/manifest.json
diff --git a/chrome/test/data/extensions/api_test/shared_module/import_pass/manifest.json b/chrome/test/data/extensions/api_test/shared_module/import_pass/manifest.json
index a9ed37762a3fdbe35056566709d145136f9742c7..e4e4db26ba11aae38a8205132b46256f0ca76244 100644
--- a/chrome/test/data/extensions/api_test/shared_module/import_pass/manifest.json
+++ b/chrome/test/data/extensions/api_test/shared_module/import_pass/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Shared Module Import Test",
+ "name": "Shared Module Import Test Not In Whitelist",
"manifest_version": 2,
"version": "1.0",
"app": {

Powered by Google App Engine
This is Rietveld 408576698