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

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

Issue 688123003: [unpacker] Whitelist the new ZIP unpacker for display_in_launcher feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 819165f129252ae37ad9aba622cb0865c5a7bf6d..3c1685f692af4abb48ee5646b0f20d61cfa40b53 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -106,7 +106,8 @@
"channel": "stable",
"extension_types": ["legacy_packaged_app", "platform_app"],
"whitelist": [
- "nmmhkkegccagdldgiimedpiccmgmieda"
+ "nmmhkkegccagdldgiimedpiccmgmieda",
+ "oedeeodfidgoollimchfdnbmhcpnklnd" // ZIP unpacker.
]
}
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698