Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: chrome/common/extensions/api/_api_features.json

Issue 23867003: Docserver: Consolidate features caching and access. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"],

Powered by Google App Engine
This is Rietveld 408576698