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

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: 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..cdb1e7b09b27301af27a1552e4c471587d1f7e2d 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": "trunk",
not at google - send to devlin 2014/08/14 15:33:20 Better make it stable.
ericzeng 2014/08/14 18:11:54 Done.
+ "contexts": ["webui"],
+ "matches": ["chrome://extensions-frame/*", "chrome://extensions/*"]
+ }],
"commands": {
"dependencies": ["manifest:commands"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698