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

Unified Diff: net/http/http_transaction_test_util.cc

Issue 1006643002: Plumb connection attempts from (non-proxy) ConnectJobs to HttpNetworkTransaction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, resolve conflict Created 5 years, 8 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 | « net/http/http_transaction_test_util.h ('k') | net/net.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_transaction_test_util.cc
diff --git a/net/http/http_transaction_test_util.cc b/net/http/http_transaction_test_util.cc
index 5951a5c7950360a5c71639733436d650ac8ee1fd..d6daf0ef5e864fc57608d6903dadf9e27ee85861 100644
--- a/net/http/http_transaction_test_util.cc
+++ b/net/http/http_transaction_test_util.cc
@@ -439,6 +439,11 @@ int MockNetworkTransaction::ResumeNetworkStart() {
return ERR_FAILED;
}
+void MockNetworkTransaction::GetConnectionAttempts(
+ ConnectionAttempts* out) const {
+ NOTIMPLEMENTED();
+}
+
void MockNetworkTransaction::CallbackLater(const CompletionCallback& callback,
int result) {
base::MessageLoop::current()->PostTask(
« no previous file with comments | « net/http/http_transaction_test_util.h ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698