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

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

Issue 291493002: Remove "platform_app" restriction of experimental.devtools APIs. It didn't (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | no next file » | 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 cabaa1f94b23bb7a1a80dfc35d1d4539df89a09c..4b886de2736d56eb7fa3ab3d4b6908f013859b74 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -319,12 +319,10 @@
},
"experimental.devtools.audits": {
"dependencies": ["permission:experimental", "manifest:devtools_page"],
- "extension_types": ["platform_app"],
"contexts": ["blessed_extension"]
},
"experimental.devtools.console": {
"dependencies": ["permission:experimental", "manifest:devtools_page"],
- "extension_types": ["platform_app"],
"contexts": ["blessed_extension"]
},
"extension": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698