Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(789)

Unified Diff: net/http/http_cache_transaction.h

Issue 356953003: Adding DiskBasedCertCache to HttpCache (+UMA). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@current
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698