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

Unified Diff: chrome/test/data/extensions/manifest_tests/init_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_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_icon_size.json
similarity index 90%
rename from chrome/test/data/extensions/manifest_tests/init_valid_icon_size.json
rename to chrome/test/data/extensions/manifest_tests/init_icon_size.json
index bc0fc300b02f6e15543b426401f34422c0cc378c..4568b156a695107dc7ff0d0604946dbd0cd6579e 100644
--- a/chrome/test/data/extensions/manifest_tests/init_valid_icon_size.json
+++ b/chrome/test/data/extensions/manifest_tests/init_icon_size.json
@@ -8,6 +8,7 @@
"48": "48.png",
"128": "128.png",
"256": "256.png",
+ "300": "300.png",
"512": "512.png"
}
}

Powered by Google App Engine
This is Rietveld 408576698