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

Unified Diff: net/socket/stream_socket.h

Issue 2696403007: Add a multiplier in tracking certificate memory allocation size (Closed)
Patch Set: self Created 3 years, 10 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/socket/ssl_client_socket_unittest.cc ('k') | net/socket/stream_socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/stream_socket.h
diff --git a/net/socket/stream_socket.h b/net/socket/stream_socket.h
index fe2f0a6951a632fe31dae04d91627c7aa5f8b5f7..cb979b63414114147f6f897f0f86900f8a817a5d 100644
--- a/net/socket/stream_socket.h
+++ b/net/socket/stream_socket.h
@@ -34,7 +34,7 @@ class NET_EXPORT_PRIVATE StreamSocket : public Socket {
// Number of certs used by this socket.
size_t cert_count;
// Total size of certs used by this socket in bytes.
- size_t serialized_cert_size;
+ size_t cert_size;
private:
DISALLOW_COPY_AND_ASSIGN(SocketMemoryStats);
« no previous file with comments | « net/socket/ssl_client_socket_unittest.cc ('k') | net/socket/stream_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698