| 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 a5b57461df5a2e49568fa045bc285f9d01e006bc..2d9c7be7f182adfd86f470bad8c6799ed2716010 100644
|
| --- a/net/http/http_transaction_test_util.cc
|
| +++ b/net/http/http_transaction_test_util.cc
|
| @@ -488,7 +488,8 @@ int MockNetworkTransaction::ResumeNetworkStart() {
|
|
|
| void MockNetworkTransaction::GetConnectionAttempts(
|
| ConnectionAttempts* out) const {
|
| - NOTIMPLEMENTED();
|
| + // A mock transaction makes no connection attempts.
|
| + return;
|
| }
|
|
|
| void MockNetworkTransaction::CallbackLater(const CompletionCallback& callback,
|
|
|