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

Unified Diff: net/quic/quic_client_promised_info.h

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_chromium_connection_helper_test.cc ('k') | net/quic/quic_client_promised_info.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.h
diff --git a/net/quic/quic_client_promised_info.h b/net/quic/quic_client_promised_info.h
index 300c41f5b6f2b341951cf9e3131cf41920b14568..f4bb50f28cef388880ddeff068043ba0343c13cb 100644
--- a/net/quic/quic_client_promised_info.h
+++ b/net/quic/quic_client_promised_info.h
@@ -83,7 +83,7 @@ class NET_EXPORT_PRIVATE QuicClientPromisedInfo
explicit CleanupAlarm(QuicClientPromisedInfo* promised)
: promised_(promised) {}
- QuicTime OnAlarm() override;
+ void OnAlarm() override;
QuicClientPromisedInfo* promised_;
};
« no previous file with comments | « net/quic/quic_chromium_connection_helper_test.cc ('k') | net/quic/quic_client_promised_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698