From 7f00539f8445e4e05668c68ce8ab0196a71ed50e Mon Sep 17 00:00:00 2001 From: "mmenke@chromium.org" Date: Thu, 23 Aug 2012 18:19:03 +0000 Subject: Revert 153025 - Automatically retry failed network requests. This is a temporary experiment to see if this behavior is worth implementing in a cleaner fashion. BUG=143425 Review URL: https://chromiumcodereview.appspot.com/10854204 TBR=mmenke@chromium.org Review URL: https://chromiumcodereview.appspot.com/10883011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153031 0039d316-1c4b-4281-b951-d872f2087c98 --- net/http/http_transaction_unittest.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'net/http/http_transaction_unittest.h') diff --git a/net/http/http_transaction_unittest.h b/net/http/http_transaction_unittest.h index 15b893c..43a9fa7 100644 --- a/net/http/http_transaction_unittest.h +++ b/net/http/http_transaction_unittest.h @@ -48,11 +48,6 @@ typedef void (*MockTransactionHandler)(const net::HttpRequestInfo* request, std::string* response_data); struct MockTransaction { - // Net error code returned as a result of starting the transaction. If not - // net::OK, all response-related fields will be ignored. Must not be - // ERR_IO_PENDING. - net::Error start_result; - const char* url; const char* method; // If |request_time| is unspecified, the current time will be used. -- cgit v1.1