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

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

Issue 2668693007: [MD Bookmarks] Double Click (Closed)
Patch Set: change the loop and add tab changes Created 3 years, 10 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 06c40e081333916417f62d7fdd7f3055ac801860..bae830409d4d7e44484a591fab12d2043ebe005d 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -745,11 +745,17 @@
"dependencies": ["permission:tabCapture"],
"contexts": ["blessed_extension"]
},
- "tabs": {
+ "tabs": [{
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"],
"contexts": ["blessed_extension", "extension_service_worker"]
- },
+ }, {
+ "channel": "stable",
benwells 2017/02/07 07:13:07 It looks like the other webui things under develop
jiaxi 2017/02/08 00:04:00 Most in development things use stable (eg inputMes
+ "contexts": ["webui"],
+ "matches": [
+ "chrome://bookmarks/*"
+ ]
+ }],
"terminalPrivate": {
"dependencies": ["permission:terminalPrivate"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698