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

Unified Diff: chrome/test/data/extensions/extension_icon_image/app.json

Issue 10827383: Test extension for extension icon image. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: leave just test ext Created 8 years, 4 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/extension_icon_image/48.png ('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/extension_icon_image/app.json
diff --git a/chrome/test/data/extensions/image_loading_tracker/app.json b/chrome/test/data/extensions/extension_icon_image/app.json
similarity index 61%
copy from chrome/test/data/extensions/image_loading_tracker/app.json
copy to chrome/test/data/extensions/extension_icon_image/app.json
index 16b4d5e606ff4e8783cf5bd9422ded84c81cbfbf..81ecd22aed8172db3937b42eed428a9a6687ac19 100644
--- a/chrome/test/data/extensions/image_loading_tracker/app.json
+++ b/chrome/test/data/extensions/extension_icon_image/app.json
@@ -3,5 +3,6 @@
"version": "1",
"manifest_version": 2,
"icons": { "16": "16.png",
- "24": "24.png" }
+ "24": "24.png",
+ "48": "48.png" }
}
« no previous file with comments | « chrome/test/data/extensions/extension_icon_image/48.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698