Chromium Code Reviews| Index: net/http/http_network_transaction.h |
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h |
| index 596fb7edf87911c41a8e695df5c8bd1ed4b9ff45..af0715dacd8aab355e0528bc0814f64cf180546a 100644 |
| --- a/net/http/http_network_transaction.h |
| +++ b/net/http/http_network_transaction.h |
| @@ -67,6 +67,7 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction |
| virtual const HttpResponseInfo* GetResponseInfo() const OVERRIDE; |
| virtual LoadState GetLoadState() const OVERRIDE; |
| virtual UploadProgress GetUploadProgress() const OVERRIDE; |
| + virtual void SetQuicServerInfo(QuicServerInfo* quic_server_info) OVERRIDE {}; |
|
wtc
2014/01/24 22:50:17
Should we define this method in the .cc file, like
ramant (doing other things)
2014/01/24 23:26:06
Changed other methods too.
|
| virtual bool GetLoadTimingInfo( |
| LoadTimingInfo* load_timing_info) const OVERRIDE; |
| virtual void SetPriority(RequestPriority priority) OVERRIDE; |