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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/banners/manifest_no_service_worker.html
diff --git a/chrome/test/data/webapps/manifest_test_page.html b/chrome/test/data/banners/manifest_no_service_worker.html
similarity index 67%
copy from chrome/test/data/webapps/manifest_test_page.html
copy to chrome/test/data/banners/manifest_no_service_worker.html
index 2efa47145c081094c019fd01153b227881e91c9a..6db2a5fb3695413a053e04bc4a1df5cf8d5a457f 100644
--- a/chrome/test/data/webapps/manifest_test_page.html
+++ b/chrome/test/data/banners/manifest_no_service_worker.html
@@ -4,6 +4,6 @@
<link rel="manifest" href="manifest.json" />
</head>
<body>
- Do-nothing page with a manifest.
+ Do-nothing page with a manifest but no service worker.
</body>
-</html>
+</html>
« 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