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

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

Issue 183883033: Move bookmarks_ui manifest key from chrome_settings_overrides to chrome_ui_overrides (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 3908407d2bc372c258bcc72f02cc592269ad2b21..8e26d6d31e0322e2b70771e22bde51d0a85fb8b2 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -79,6 +79,18 @@
"channel": "dev",
"extension_types": ["extension"],
"platforms": ["win"]
+ }, { // TODO(wittman): remove this section for M36.
+ "channel": "stable",
+ "extension_types": ["extension"],
+ "whitelist": [
+ "CB2E4E7174A398FCB3AFA6840500C2E1D22DA7B2", // Bookmark Manager
+ "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900
+ "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444
+ ]
+ }],
+ "chrome_ui_overrides": [{
+ "channel": "dev",
+ "extension_types": ["extension"]
}, {
"channel": "stable",
"extension_types": ["extension"],

Powered by Google App Engine
This is Rietveld 408576698