Index: net/http/http_cache_transaction.h |
diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h |
index 084b601f388598b99380f17bf804801e0ec21dc7..fd1018bb500687485fafd295e1db1212de90da74 100644 |
--- a/net/http/http_cache_transaction.h |
+++ b/net/http/http_cache_transaction.h |
@@ -139,6 +139,8 @@ class HttpCache::Transaction : public HttpTransaction { |
net::WebSocketHandshakeStreamBase::CreateHelper* create_helper) OVERRIDE; |
virtual void SetBeforeNetworkStartCallback( |
const BeforeNetworkStartCallback& callback) OVERRIDE; |
+ virtual void SetBeforeProxyHeadersSentCallback( |
+ const BeforeProxyHeadersSentCallback& callback) OVERRIDE; |
virtual int ResumeNetworkStart() OVERRIDE; |
private: |
@@ -452,6 +454,7 @@ class HttpCache::Transaction : public HttpTransaction { |
websocket_handshake_stream_base_create_helper_; |
BeforeNetworkStartCallback before_network_start_callback_; |
+ BeforeProxyHeadersSentCallback before_proxy_headers_sent_callback_; |
DISALLOW_COPY_AND_ASSIGN(Transaction); |
}; |