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

Unified Diff: chrome/test/data/extensions/manifest_tests/command_too_many.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
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/command_many_but_shortcuts_under_limit.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/manifest_tests/command_too_many.json
===================================================================
--- chrome/test/data/extensions/manifest_tests/command_too_many.json (revision 190361)
+++ chrome/test/data/extensions/manifest_tests/command_too_many.json (working copy)
@@ -1,5 +1,5 @@
{
- "name": "Command test - too many commands",
+ "name": "Command test - too many commands with shortcuts",
"manifest_version": 2,
"version": "2",
"commands": {
@@ -24,4 +24,4 @@
"description": "feature5"
}
}
- }
+}
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/command_many_but_shortcuts_under_limit.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698