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

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

Issue 1504453002: Allow arbitrary sizes for extension icons (and bookmark app icons) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test updated Created 5 years 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/init_valid_icon_size.json
diff --git a/chrome/test/data/extensions/manifest_tests/init_valid_icon_size.json b/chrome/test/data/extensions/manifest_tests/init_valid_icon_size.json
deleted file mode 100644
index bc0fc300b02f6e15543b426401f34422c0cc378c..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/manifest_tests/init_valid_icon_size.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "name": "my extension",
- "version": "1.0.0.0",
- "icons": {
- "16": "16.png",
- "24": "24.png",
- "32": "32.png",
- "48": "48.png",
- "128": "128.png",
- "256": "256.png",
- "512": "512.png"
- }
-}
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/init_ignored_icon_size.json ('k') | extensions/common/constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698