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

Unified Diff: net/quic/quic_client_promised_info.cc

Issue 1779883005: Remove unused return value from QuicAlarm::Delegate::OnAlarm. No behavior change, not protected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@116388439
Patch Set: Created 4 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 | « net/quic/quic_client_promised_info.h ('k') | net/quic/quic_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_client_promised_info.cc
diff --git a/net/quic/quic_client_promised_info.cc b/net/quic/quic_client_promised_info.cc
index 3b8740c48e2fdf9b05bb1af975ac03a532b63abd..d3816bfb93b1ed0a499785b6fced412db1d71dac 100644
--- a/net/quic/quic_client_promised_info.cc
+++ b/net/quic/quic_client_promised_info.cc
@@ -23,10 +23,9 @@ QuicClientPromisedInfo::QuicClientPromisedInfo(QuicClientSessionBase* session,
QuicClientPromisedInfo::~QuicClientPromisedInfo() {}
-QuicTime QuicClientPromisedInfo::CleanupAlarm::OnAlarm() {
+void QuicClientPromisedInfo::CleanupAlarm::OnAlarm() {
DVLOG(1) << "self GC alarm for stream " << promised_->id_;
promised_->Reset(QUIC_STREAM_CANCELLED);
- return QuicTime::Zero();
}
void QuicClientPromisedInfo::Init() {
« no previous file with comments | « net/quic/quic_client_promised_info.h ('k') | net/quic/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698