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

Side by Side Diff: chrome/test/data/banners/manifest_no_service_worker.html

Issue 2160513002: Extract AppBannerDataFetcher into an InstallableManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments 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_tests_unit.gypi ('k') | chrome/test/data/banners/play_app_test_page.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 <html> 1 <html>
2 <head> 2 <head>
3 <title>Web app banner test page</title> 3 <title>Web app banner test page</title>
4 <link rel="manifest" href="manifest.json" /> 4 <link rel="manifest" href="manifest.json" />
5 </head> 5 </head>
6 <body> 6 <body>
7 Do-nothing page with a manifest. 7 Do-nothing page with a manifest but no service worker.
8 </body> 8 </body>
9 </html> 9 </html>
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/data/banners/play_app_test_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698