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

Unified Diff: trunk/src/net/quic/quic_stream_factory.cc

Issue 444123003: Revert 284806 "Disable two recent Channel ID-related CLs to inve..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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 | « trunk/src/net/quic/quic_crypto_client_stream.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/net/quic/quic_stream_factory.cc
===================================================================
--- trunk/src/net/quic/quic_stream_factory.cc (revision 287857)
+++ trunk/src/net/quic/quic_stream_factory.cc (working copy)
@@ -487,12 +487,8 @@
crypto_config_.AddCanonicalSuffix(".googlevideo.com");
crypto_config_.SetProofVerifier(
new ProofVerifierChromium(cert_verifier, transport_security_state));
- // TODO(wtc): a temporary change to investigate the performance degradation
- // caused by Channel ID lookup.
-#if 0
crypto_config_.SetChannelIDSource(
new ChannelIDSourceChromium(channel_id_service));
-#endif
base::CPU cpu;
if (cpu.has_aesni() && cpu.has_avx())
crypto_config_.PreferAesGcm();
« no previous file with comments | « trunk/src/net/quic/quic_crypto_client_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698