Chromium Code Reviews| Index: net/http/http_cache_transaction.h |
| diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h |
| index 4e44130ed022f03df9f559f33136aac547ac7e1c..44220e19577e5a2d3fcf7841be698f48910f995b 100644 |
| --- a/net/http/http_cache_transaction.h |
| +++ b/net/http/http_cache_transaction.h |
| @@ -126,6 +126,7 @@ class HttpCache::Transaction : public HttpTransaction { |
| virtual const HttpResponseInfo* GetResponseInfo() const OVERRIDE; |
| virtual LoadState GetLoadState() const OVERRIDE; |
| virtual UploadProgress GetUploadProgress(void) 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
Done.
|
| virtual bool GetLoadTimingInfo( |
| LoadTimingInfo* load_timing_info) const OVERRIDE; |
| virtual void SetPriority(RequestPriority priority) OVERRIDE; |