| 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..b0a1a887e6d4c9209ac6b7b093f4d5eee5656be2 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 SetWebSocketHandshakeStreamCreateHelper(
|
| + net::WebSocketHandshakeStreamBase::CreateHelper* create_helper) OVERRIDE;
|
|
|
| private:
|
| static const size_t kNumValidationHeaders = 2;
|
|
|