Index: net/http/http_cache_transaction.h |
diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h |
index fd1018bb500687485fafd295e1db1212de90da74..501518881eaebfa0591879fdad2d69e6299311cb 100644 |
--- a/net/http/http_cache_transaction.h |
+++ b/net/http/http_cache_transaction.h |
@@ -432,6 +432,8 @@ class HttpCache::Transaction : public HttpTransaction { |
UploadProgress final_upload_progress_; |
base::WeakPtrFactory<Transaction> weak_factory_; |
CompletionCallback io_callback_; |
+ DiskBasedCertCache::GetCallback cert_read_io_callback_; |
+ DiskBasedCertCache::SetCallback cert_write_io_callback_; |
Ryan Sleevi
2014/06/26 19:56:02
You don't need to store these callbacks as member
|
// Members used to track data for histograms. |
TransactionPattern transaction_pattern_; |