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

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

Issue 10905005: Change browser/page action default icon defined in manifest to support hidpi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable unittest on android Created 8 years, 3 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/script_badge_basic.json
diff --git a/chrome/test/data/extensions/manifest_tests/script_badge_basic.json b/chrome/test/data/extensions/manifest_tests/script_badge_basic.json
index faecd0eeafcae794f41594a81d096e3a9beed4a1..50d7cbc0112160629fdf68a155697b1c131f6678 100644
--- a/chrome/test/data/extensions/manifest_tests/script_badge_basic.json
+++ b/chrome/test/data/extensions/manifest_tests/script_badge_basic.json
@@ -5,6 +5,7 @@
"description": "Check that a simple script_badge section parses",
"icons": {
"16": "icon16.png",
+ "32": "icon32.png",
"19": "icon19.png",
"48": "icon48.png"
},

Powered by Google App Engine
This is Rietveld 408576698