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

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

Issue 475543003: Display extension options in a WebUI overlay instead of in a new tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 6 years, 4 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 d0ebe4fda602ebe612149906a3e4e71907c4ee16..3919c441abd4b80731ba8873d190561ff3afcf02 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -213,10 +213,14 @@
"dependencies": ["permission:cloudPrintPrivate"],
"contexts": ["blessed_extension"]
},
- "commandLinePrivate": {
+ "commandLinePrivate": [{
"dependencies": ["permission:commandLinePrivate"],
"contexts": ["blessed_extension"]
- },
+ }, {
+ "channel": "stable",
+ "contexts": ["webui"],
+ "matches": ["chrome://extensions-frame/*", "chrome://extensions/*"]
+ }],
"commands": {
"dependencies": ["manifest:commands"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698