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

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: Fixed nits. Created 6 years, 5 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
« no previous file with comments | « net/http/http_cache.cc ('k') | net/http/http_cache_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9093557c118ba8a9a697ed0345471ebfd7de60e5 100644
--- a/net/http/http_cache_transaction.h
+++ b/net/http/http_cache_transaction.h
@@ -267,6 +267,11 @@ class HttpCache::Transaction : public HttpTransaction {
int DoCacheWriteData(int num_bytes);
int DoCacheWriteDataComplete(int result);
+ // These functions are involved in a field trial testing storing certificates
+ // in seperate entries from the HttpResponseInfo.
+ void CertChainRead();
+ void CertChainWrite();
wtc 2014/07/09 01:50:42 Please name these methods "ReadCertChain" and "Wri
brandonsalmon 2014/07/09 01:58:50 Done.
+
// Sets request_ and fields derived from it.
void SetRequest(const BoundNetLog& net_log, const HttpRequestInfo* request);
« no previous file with comments | « net/http/http_cache.cc ('k') | net/http/http_cache_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698