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

Unified Diff: chrome/test/data/banners/manifest_times_out_test_page.html

Issue 2342183002: Call AddToHomescreenDataFetcher::Observer callbacks when manifest fetch times out (Closed)
Patch Set: Merge branch 'master' into remove_unneeded_var 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/banners/manifest_times_out_test_page.html
diff --git a/chrome/test/data/banners/manifest_bad_icon_test_page.html b/chrome/test/data/banners/manifest_times_out_test_page.html
similarity index 77%
copy from chrome/test/data/banners/manifest_bad_icon_test_page.html
copy to chrome/test/data/banners/manifest_times_out_test_page.html
index e19ce18330499f431d966f7a8fb36aab6a5e3cd6..cff2681f9bba6c725dcbece439b8bc2ac64001f1 100644
--- a/chrome/test/data/banners/manifest_bad_icon_test_page.html
+++ b/chrome/test/data/banners/manifest_times_out_test_page.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>Web app banner test page</title>
- <link rel="manifest" href="manifest_bad_icon.json" />
+ <link rel="manifest" href="../../../../slow?10000" />
<script src="main.js"></script>
</head>
<body onload="initialize()">
« no previous file with comments | « chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698