Index: chrome/common/extensions/api/_api_features.json |
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json |
index a4f77eb7bc8dd9a8d8525dc6a8cf3b44c7ca4113..1a0789d5ec776fcd62f627d2888359dd3f8b9402 100644 |
--- a/chrome/common/extensions/api/_api_features.json |
+++ b/chrome/common/extensions/api/_api_features.json |
@@ -153,6 +153,15 @@ |
"dependencies": ["permission:developerPrivate"], |
"contexts": ["blessed_extension"] |
}, |
+ "devtools.inspectedWindow": { |
+ "extension_types": ["extension"] |
+ }, |
+ "devtools.network": { |
+ "extension_types": ["extension"] |
+ }, |
+ "devtools.panels": { |
+ "extension_types": ["extension"] |
not at google - send to devlin
2013/09/19 19:21:52
Hopefully this won't cause the devtools tests to f
|
+ }, |
"diagnostics": { |
"dependencies": ["permission:diagnostics"], |
"extension_types": ["platform_app"], |