| Index: net/http/http_transaction_test_util.h
|
| diff --git a/net/http/http_transaction_test_util.h b/net/http/http_transaction_test_util.h
|
| index f123794529b1fb570ed21ab3039047e2c0d2223a..d340fc9c05023732c0ddc4309fbae6cbbcab84b7 100644
|
| --- a/net/http/http_transaction_test_util.h
|
| +++ b/net/http/http_transaction_test_util.h
|
| @@ -218,6 +218,9 @@ class MockNetworkTransaction
|
| virtual void SetBeforeNetworkStartCallback(
|
| const BeforeNetworkStartCallback& callback) OVERRIDE;
|
|
|
| + virtual void SetBeforeProxyHeadersSentCallback(
|
| + const BeforeProxyHeadersSentCallback& callback) OVERRIDE;
|
| +
|
| virtual int ResumeNetworkStart() OVERRIDE;
|
|
|
| CreateHelper* websocket_handshake_stream_create_helper() {
|
|
|