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

Unified Diff: chrome/test/data/extensions/manifest_tests/command_many_but_shortcuts_under_limit.json

Issue 12965009: Remove the limit of number of commands per extension, but keep the limit of 4 shortcuts per extensi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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/test/data/extensions/manifest_tests/command_many_but_shortcuts_under_limit.json
===================================================================
--- chrome/test/data/extensions/manifest_tests/command_many_but_shortcuts_under_limit.json (revision 0)
+++ chrome/test/data/extensions/manifest_tests/command_many_but_shortcuts_under_limit.json (revision 0)
@@ -0,0 +1,26 @@
+{
+ "name": "Command test - many commands, but not too many shortcuts",
+ "manifest_version": 2,
+ "version": "2",
+ "commands": {
+ "feature1": {
+ "suggested_key": "Ctrl+A",
+ "description": "feature1"
+ },
+ "feature2": {
+ "suggested_key": "Ctrl+B",
+ "description": "feature2"
+ },
+ "feature3": {
+ "suggested_key": "Ctrl+C",
+ "description": "feature3"
+ },
+ "feature4": {
+ "suggested_key": "Ctrl+D",
+ "description": "feature4"
+ },
+ "feature5": {
+ "description": "feature5"
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698