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

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: let's try this again, shall we? Created 7 years, 2 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/api_list_data_source.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"],
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/api_list_data_source.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698