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

Side by Side Diff: chrome/test/data/banners/manifest_bad_icon.json

Issue 2274273002: Remove redundant SkBitmap::drawsNothing() check in AddToHomescreenDataFetcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into webapk_dialog_detector0 Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "Manifest test app",
3 "icons": [
4 {
5 "src": "corrupted_icon.png",
6 "type": "image/png",
7 "sizes": "192x192"
8 }
9 ],
10 "start_url": "manifest_bad_icon_test_page.html",
11 "display": "standalone",
12 "orientation": "landscape"
13 }
OLDNEW
« no previous file with comments | « chrome/test/data/banners/bad_icon.png ('k') | chrome/test/data/banners/manifest_bad_icon_test_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698