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

Unified Diff: net/http/http_transaction_unittest.h

Issue 12310075: Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed vestigial reference to new content flag. Created 7 years, 10 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
Index: net/http/http_transaction_unittest.h
diff --git a/net/http/http_transaction_unittest.h b/net/http/http_transaction_unittest.h
index f1bd78ce124435f0fb7ade64db8bb52250842951..9fe47eaf8d02843f6f4a624d417fbc20b9429114 100644
--- a/net/http/http_transaction_unittest.h
+++ b/net/http/http_transaction_unittest.h
@@ -62,6 +62,7 @@ struct MockTransaction {
int test_mode;
MockTransactionHandler handler;
net::CertStatus cert_status;
+ net::Error error_return;
rvargas (doing something else) 2013/03/05 02:58:19 nit: return_code ? Maybe with a comment saying tha
Randy Smith (Not in Mondays) 2013/03/05 23:16:14 Done.
};
extern const MockTransaction kSimpleGET_Transaction;

Powered by Google App Engine
This is Rietveld 408576698