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

Unified Diff: chrome/test/data/iframe_dns_error.html

Issue 9704023: Replace URLRequestFailedDnsJob with URLRequestFailedJob (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix includes Created 8 years, 9 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
Index: chrome/test/data/iframe_dns_error.html
===================================================================
--- chrome/test/data/iframe_dns_error.html (revision 126703)
+++ chrome/test/data/iframe_dns_error.html (working copy)
@@ -3,7 +3,7 @@
<title>Blah</title>
</head>
<body>
-This frame will fail to load with a DNS error:
-<iframe src="http://url.handled.by.fake.dns/"></iframe>
+This frame will fail to load with a DNS error. -105 is ERR_NAME_NOT_RESOLVED:
+<iframe src="http://mock.failed.request/-105"></iframe>
willchan no longer on Chromium 2012/03/15 22:42:28 Can you add a comment indicating that this is a ma
mmenke 2012/03/15 22:55:46 Done.
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698