Index: net/http/http_cache_transaction.h |
diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h |
index b1f32bd820dfa42ddd2e30a6686bbe6fb015c99f..502e6e7f501dc8196fa58884151b850af4896c5e 100644 |
--- a/net/http/http_cache_transaction.h |
+++ b/net/http/http_cache_transaction.h |
@@ -130,6 +130,8 @@ class HttpCache::Transaction : public HttpTransaction { |
virtual bool GetLoadTimingInfo( |
LoadTimingInfo* load_timing_info) const OVERRIDE; |
virtual void SetPriority(RequestPriority priority) OVERRIDE; |
+ virtual void SetWebSocketHandshakeStreamFactory( |
+ net::WebSocketHandshakeStreamBase::Factory* factory) OVERRIDE; |
private: |
static const size_t kNumValidationHeaders = 2; |