Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / net / url_request_mock_util.cc
index 1d1b704..a3af607 100644 (file)
@@ -41,7 +41,7 @@ void SetUrlRequestMocksEnabled(bool enabled) {
     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();