| Index: net/http/http_cache_transaction.h
|
| diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h
|
| index 175e3f948be2219e4663387135917a62299b376f..b3c90e94578f8ae84c56bd514e451feab1b7f962 100644
|
| --- a/net/http/http_cache_transaction.h
|
| +++ b/net/http/http_cache_transaction.h
|
| @@ -299,11 +299,6 @@ class HttpCache::Transaction : public HttpTransaction {
|
| int DoCacheWriteTruncatedResponse();
|
| int DoCacheWriteTruncatedResponseComplete(int result);
|
|
|
| - // These functions are involved in a field trial testing storing certificates
|
| - // in seperate entries from the HttpResponseInfo.
|
| - void ReadCertChain();
|
| - void WriteCertChain();
|
| -
|
| // Sets request_ and fields derived from it.
|
| void SetRequest(const BoundNetLog& net_log, const HttpRequestInfo* request);
|
|
|
|
|