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

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

Issue 23812010: Implement first part of supporting global extension commands. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No change, just reuploading (last attempt was incomplete) 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
Index: chrome/common/extensions/api/_manifest_features.json
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
index 6b3954586a25b35dd46baf7cd348880d6e5f07d0..066511b73305ba0e66513d2ccf634a418c49585e 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -80,6 +80,11 @@
"extension_types": ["extension"],
"min_manifest_version": 2
},
+ "commands.global": {
+ "channel": "dev",
+ "extension_types": ["extension"],
+ "min_manifest_version": 2
+ },
"content_pack": {
"channel": "dev",
"extension_types": ["extension"]

Powered by Google App Engine
This is Rietveld 408576698