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

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: rebase 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/manifest_types.json » ('j') | 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 09ce3b9ed09d46b31f1dbb3bb4095f77ddb74444..4a7e7e133078c79f6c7442e4b15a054e126b4b73 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -83,6 +83,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"],
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/manifest_types.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698