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

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

Issue 888993002: Add app with different channels to display_in_launcher/NTP api whitelist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 624cb05e9ae7f0aff02511139f04e07e7c95f5a6..beb96dd9840529a3acae402f21eebd4667355d6c 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -107,7 +107,11 @@
"extension_types": ["legacy_packaged_app", "platform_app"],
"whitelist": [
"nmmhkkegccagdldgiimedpiccmgmieda",
- "oedeeodfidgoollimchfdnbmhcpnklnd" // ZIP unpacker.
+ "oedeeodfidgoollimchfdnbmhcpnklnd", // ZIP unpacker.
+ "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/453955
+ "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/453955
+ "11A01C82EF355E674E4F9728A801F5C3CB40D83F", // http://crbug.com/453955
+ "F410C88469990EE7947450311D24B8AF2ADB2595" // http://crbug.com/453955
]
}
],
@@ -121,7 +125,11 @@
"channel": "stable",
"extension_types": ["legacy_packaged_app", "platform_app"],
"whitelist": [
- "nmmhkkegccagdldgiimedpiccmgmieda"
+ "nmmhkkegccagdldgiimedpiccmgmieda",
+ "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/453955
+ "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/453955
+ "11A01C82EF355E674E4F9728A801F5C3CB40D83F", // http://crbug.com/453955
+ "F410C88469990EE7947450311D24B8AF2ADB2595" // http://crbug.com/453955
]
}
],
« 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