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

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

Issue 2341163002: Canonicalize URLs prior to comparing in ManifestUpgradeDetector (Closed)
Patch Set: Merge branch 'master' into url_canonicalize 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
1 { 1 {
2 "name": "Manifest test app", 2 "name": "Manifest test app",
3 "short_name": "App",
4 "icons": [ 3 "icons": [
5 { 4 {
6 "src": "image-512px.png", 5 "src": "image-512px.png",
7 "sizes": "512x512", 6 "sizes": "512x512",
8 "type": "image/png" 7 "type": "image/png"
9 } 8 }
10 ], 9 ],
11 "start_url": "manifest_test_page.html", 10 "start_url": "manifest_one_icon_test_page.html",
12 "display": "standalone", 11 "display": "standalone",
13 "orientation": "landscape" 12 "orientation": "landscape"
14 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698