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

Side by Side Diff: chrome/test/data/webapps/manifest2.json

Issue 2161163004: Split fetcher logic out of ManifestUpgradeDetector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into webapk_updater_images0 Created 4 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 unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/data/webapps/manifest_test_page2.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "Manifest test app", 2 "name": "Manifest test app2",
3 "short_name": "App", 3 "short_name": "App",
4 "icons": [ 4 "icons": [
5 { 5 {
6 "src": "image-512px.png", 6 "src": "image-512px.png",
7 "sizes": "512x512", 7 "sizes": "512x512",
8 "type": "image/png" 8 "type": "image/png"
9 } 9 }
10 ], 10 ],
11 "start_url": "manifest_test_page.html", 11 "start_url": "manifest_test_page2.html",
12 "display": "standalone", 12 "display": "standalone",
13 "orientation": "landscape" 13 "orientation": "landscape"
14 } 14 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/data/webapps/manifest_test_page2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698