Index: net/quic/quic_connection_helper.cc |
diff --git a/net/quic/quic_connection_helper.cc b/net/quic/quic_connection_helper.cc |
index 49401f4473c2c8aae3e9be0be5ff9deb674b6ec0..0bb4d78f7141cc749682bd9deb393e9a3c33d49e 100644 |
--- a/net/quic/quic_connection_helper.cc |
+++ b/net/quic/quic_connection_helper.cc |
@@ -66,7 +66,6 @@ void QuicConnectionHelper::SetResendAlarm( |
} |
void QuicConnectionHelper::SetSendAlarm(QuicTime::Delta delay) { |
- DCHECK(!send_alarm_registered_); |
send_alarm_registered_ = true; |
task_runner_->PostDelayedTask( |
FROM_HERE, |