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 f638b10f9ab271c7edc47226fd84e5a3a794f5ea..8843018f59bd8697015db5abaec355b49f6819c1 100644 |
--- a/chrome/common/extensions/api/_permission_features.json |
+++ b/chrome/common/extensions/api/_permission_features.json |
@@ -138,6 +138,21 @@ |
"channel": "stable", |
"extension_types": ["extension", "packaged_app"] |
}, |
+ "diagnostics": [ |
+ { |
+ "channel": "dev", |
+ "extension_types": ["platform_app"] |
+ }, |
+ { |
+ "channel": "stable", |
+ "extension_types": ["platform_app"], |
+ "whitelist": [ |
+ "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development |
+ "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing |
+ "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release |
+ ] |
+ } |
+ ], |
"debugger": { |
"channel": "stable", |
"extension_types": ["extension", "packaged_app"] |