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

Unified Diff: net/url_request/url_request_test_job.h

Issue 2542843006: ResourceLoader: Fix a bunch of double-cancellation/double-error notification cases. (Closed)
Patch Set: Fix merge 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 | « net/url_request/url_request_job.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 162d5094aa22b75f48c9c97e80c2a657c7f5cc8e..0f327236848a4dec9e0d2ccd2b675368968ac3c6 100644
--- a/net/url_request/url_request_test_job.h
+++ b/net/url_request/url_request_test_job.h
@@ -69,6 +69,7 @@ class NET_EXPORT_PRIVATE URLRequestTestJob : public URLRequestJob {
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,6 +84,9 @@ class NET_EXPORT_PRIVATE URLRequestTestJob : public URLRequestJob {
// 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 | « net/url_request/url_request_job.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