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

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: no version bump 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 926e913a53d5827438c615f8053820dc57ba5899..5ca50856b31057b9975de10d8c93596252e61f46 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"]
+ },
"diagnostics": {
"dependencies": ["permission:diagnostics"],
"extension_types": ["platform_app"],

Powered by Google App Engine
This is Rietveld 408576698