| Index: net/http/http_transaction_unittest.cc
|
| diff --git a/net/http/http_transaction_unittest.cc b/net/http/http_transaction_unittest.cc
|
| index 757ee76ca91738cc1059875dd6efaa37442316fd..261146bc6bc8a2679db1c0980b3ec2fcd3adc3ed 100644
|
| --- a/net/http/http_transaction_unittest.cc
|
| +++ b/net/http/http_transaction_unittest.cc
|
| @@ -412,6 +412,15 @@ int MockNetworkTransaction::StartInternal(
|
| return net::ERR_IO_PENDING;
|
| }
|
|
|
| +void MockNetworkTransaction::SetBeforeNetworkStartCallback(
|
| + const BeforeNetworkStartCallback& callback) {
|
| +}
|
| +
|
| +int MockNetworkTransaction::ResumeNetworkStart() {
|
| + // Should not get here.
|
| + return net::ERR_FAILED;
|
| +}
|
| +
|
| void MockNetworkTransaction::CallbackLater(
|
| const net::CompletionCallback& callback, int result) {
|
| base::MessageLoop::current()->PostTask(
|
|
|