| Index: chrome/common/extensions/api/_permission_features.json
|
| diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
|
| index 0647b46f42fe76cd07465f5ed01b8c109dfcc599..e8362975dbdc5199a08da55920414a9495201aac 100644
|
| --- a/chrome/common/extensions/api/_permission_features.json
|
| +++ b/chrome/common/extensions/api/_permission_features.json
|
| @@ -135,6 +135,15 @@
|
| "channel": "stable",
|
| "extension_types": ["extension", "packaged_app"]
|
| },
|
| + "diagnosticsPrivate": {
|
| + "channel": "stable",
|
| + "extension_types": ["platform_app"],
|
| + "whitelist": [
|
| + "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development
|
| + "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing
|
| + "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release
|
| + ]
|
| + },
|
| "debugger": {
|
| "channel": "stable",
|
| "extension_types": ["extension", "packaged_app"]
|
|
|