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

Unified Diff: headless/public/util/url_fetcher.h

Issue 2248283008: Fix recursion bug in blocking a fetch and add a test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unintentional change 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 | « headless/public/util/testing/generic_url_request_mocks.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/util/url_fetcher.h
diff --git a/headless/public/util/url_fetcher.h b/headless/public/util/url_fetcher.h
index abb8dfed13d5c136b17b8e93e4bbe09f2030562d..115302f6d607f5a229d142df25e47ef0f9fe61b7 100644
--- a/headless/public/util/url_fetcher.h
+++ b/headless/public/util/url_fetcher.h
@@ -35,7 +35,7 @@ class URLFetcher {
ResultListener() {}
// Informs the listener that the fetch failed.
- virtual void OnStartError(net::Error error) = 0;
+ virtual void OnFetchStartError(net::Error error) = 0;
// Informs the listener that the fetch succeeded and returns the HTTP
// headers and the body. NOTE |body| must be owned by the caller and remain
« no previous file with comments | « headless/public/util/testing/generic_url_request_mocks.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698