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

Unified Diff: trunk/src/chrome/browser/net/url_request_mock_util.cc

Issue 185003002: Revert 254207 "Switch to using the new Link Doctor API." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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: trunk/src/chrome/browser/net/url_request_mock_util.cc
===================================================================
--- trunk/src/chrome/browser/net/url_request_mock_util.cc (revision 254240)
+++ trunk/src/chrome/browser/net/url_request_mock_util.cc (working copy)
@@ -41,7 +41,7 @@
content::URLRequestMockHTTPJob::AddUrlHandler(root_http);
content::URLRequestMockHTTPJob::AddHostnameToFileHandler(
google_util::LinkDoctorBaseURL().host(),
- root_http.AppendASCII("mock-link-doctor.json"));
+ root_http.AppendASCII("mock-link-doctor.html"));
} else {
// Revert to the default handlers.
net::URLRequestFilter::GetInstance()->ClearHandlers();
« no previous file with comments | « trunk/src/chrome/browser/net/dns_probe_browsertest.cc ('k') | trunk/src/chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698