| 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(
|
|
|