| 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"],
|
|
|