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 68724af11152549a4c4e67a9f77cade92eb53ca7..f551e550e80dbf4bfac2370a5f339fdec3cd4415 100644 |
--- a/chrome/common/extensions/api/_permission_features.json |
+++ b/chrome/common/extensions/api/_permission_features.json |
@@ -138,6 +138,18 @@ |
"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"] |