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

Unified Diff: chrome/common/extensions/api/_manifest_features.json

Issue 22407017: Remove whitelist restriction for Shared Modules on dev channel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test + rebase Created 7 years, 4 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/common/extensions/api/_manifest_features.json
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
index e925dcda5b8d280a922288bd404c867dbb589145..81d821b2b55bb25705115c027218cb2ea419e9f5 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -146,14 +146,20 @@
]
}
],
- "export": {
- "channel": "stable",
- "extension_types": ["shared_module"],
- "whitelist": [
- "gpcckkmippodnppallflahfabmeilgjg", // browser and unit tests
- "6EAED1924DB611B6EEF2A664BD077BE7EAD33B8F"
- ]
- },
+ "export": [
+ {
+ "channel": "stable",
+ "extension_types": ["shared_module"],
+ "whitelist": [
+ "6EAED1924DB611B6EEF2A664BD077BE7EAD33B8F",
+ "4EB74897CB187C7633357C2FE832E0AD6A44883A"
+ ]
+ },
+ {
+ "channel": "dev",
+ "extension_types": ["shared_module"]
+ }
+ ],
"externally_connectable": {
"channel": "stable",
"extension_types": [

Powered by Google App Engine
This is Rietveld 408576698