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

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

Issue 10565017: Parse the script_badge manifest section. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Back out support for setting switches in unittests. Created 8 years, 6 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/script_badge_icons_ignored.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/script_badge_only_use_icon16.json
diff --git a/chrome/test/data/extensions/manifest_tests/script_badge_only_use_icon16.json b/chrome/test/data/extensions/manifest_tests/script_badge_only_use_icon16.json
new file mode 100644
index 0000000000000000000000000000000000000000..51ff1ffdf38e24825671e102aae3edf2d2d05b04
--- /dev/null
+++ b/chrome/test/data/extensions/manifest_tests/script_badge_only_use_icon16.json
@@ -0,0 +1,9 @@
+{
+ "manifest_version": 2,
+ "name": "my extension",
+ "version": "1.0.0.0",
+ "description": "Check that a simple script_badge section parses",
+ "icons": {
+ "64": "icon64.png"
+ }
+}
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/script_badge_icons_ignored.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698