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

Unified Diff: net/quic/quic_crypto_client_stream.h

Issue 192583005: QUIC - rename |read_start_time_| to |disk_cache_load_start_time_|. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reverted the histogram name Created 6 years, 9 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 | « no previous file | net/quic/quic_crypto_client_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_crypto_client_stream.h
diff --git a/net/quic/quic_crypto_client_stream.h b/net/quic/quic_crypto_client_stream.h
index b4ef3d199602c27cc44a460a6237c225624fb029..12198d94c32ff65506a4159e9b172f49d4145676 100644
--- a/net/quic/quic_crypto_client_stream.h
+++ b/net/quic/quic_crypto_client_stream.h
@@ -137,8 +137,8 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream {
int disk_cache_load_result_;
// Time when call to WaitForDataReady was made, used for computing time spent
- // to read QUIC server information from disk cache.
- base::TimeTicks read_start_time_;
+ // to load QUIC server information from disk cache.
+ base::TimeTicks disk_cache_load_start_time_;
base::WeakPtrFactory<QuicCryptoClientStream> weak_factory_;
« no previous file with comments | « no previous file | net/quic/quic_crypto_client_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698