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

Unified Diff: net/url_request/url_request_test_job.h

Issue 2557433005: Revert of Fix a pair of ResourceLoader cancellation/error bugs. (Closed)
Patch Set: Created 4 years 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 | « content/browser/loader/test_resource_handler.cc ('k') | net/url_request/url_request_test_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_test_job.h
diff --git a/net/url_request/url_request_test_job.h b/net/url_request/url_request_test_job.h
index 0f327236848a4dec9e0d2ccd2b675368968ac3c6..162d5094aa22b75f48c9c97e80c2a657c7f5cc8e 100644
--- a/net/url_request/url_request_test_job.h
+++ b/net/url_request/url_request_test_job.h
@@ -69,7 +69,6 @@
static GURL test_url_3();
static GURL test_url_4();
static GURL test_url_error();
- static GURL test_url_redirect_to_url_1();
static GURL test_url_redirect_to_url_2();
// The data that corresponds to each of the URLs above
@@ -83,9 +82,6 @@
// The headers for a redirect response
static std::string test_redirect_headers();
-
- // The headers for a redirect response to the first test url.
- static std::string test_redirect_to_url_1_headers();
// The headers for a redirect response to the second test url.
static std::string test_redirect_to_url_2_headers();
« no previous file with comments | « content/browser/loader/test_resource_handler.cc ('k') | net/url_request/url_request_test_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698