Index: net/quic/crypto/quic_crypto_client_config.cc |
diff --git a/net/quic/crypto/quic_crypto_client_config.cc b/net/quic/crypto/quic_crypto_client_config.cc |
index 32b0a6832633c9578fc4b0caae3271c316e05712..98531dfcdc4701778ce8b7216ae1226aaa12cb4d 100644 |
--- a/net/quic/crypto/quic_crypto_client_config.cc |
+++ b/net/quic/crypto/quic_crypto_client_config.cc |
@@ -6,7 +6,6 @@ |
#include "base/metrics/histogram.h" |
#include "base/metrics/sparse_histogram.h" |
-#include "base/profiler/scoped_tracker.h" |
#include "base/stl_util.h" |
#include "base/strings/string_util.h" |
#include "net/quic/crypto/cert_compressor.h" |
@@ -401,11 +400,6 @@ QuicErrorCode QuicCryptoClientConfig::FillClientHello( |
QuicCryptoNegotiatedParameters* out_params, |
CryptoHandshakeMessage* out, |
string* error_details) const { |
- // TODO(rtenneti): Remove ScopedTracker below once crbug.com/422516 is fixed. |
- tracked_objects::ScopedTracker tracking_profile( |
- FROM_HERE_WITH_EXPLICIT_FUNCTION( |
- "422516 QuicCryptoClientConfig::FillClientHello")); |
- |
DCHECK(error_details != nullptr); |
FillInchoateClientHello(server_id, preferred_version, cached, |