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

Unified Diff: net/quic/quic_session.cc

Issue 693253002: Merge changes to keep chromium source tree same as internal source tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@send_new_SCUP_if_enough_packets_78841268
Patch Set: Created 6 years, 2 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/crypto/common_cert_set.cc ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_session.cc
diff --git a/net/quic/quic_session.cc b/net/quic/quic_session.cc
index 3c00e8ba1511ea99be144461726da0958142ab05..0449e533ea5f12958b88e3e7ef1adadffe1fd654 100644
--- a/net/quic/quic_session.cc
+++ b/net/quic/quic_session.cc
@@ -48,8 +48,8 @@ class VisitorShim : public QuicConnectionVisitorInterface {
session_->PostProcessAfterData();
}
- void OnWindowUpdateFrames(
- const vector<QuicWindowUpdateFrame>& frames) override {
+ void OnWindowUpdateFrames(const vector<QuicWindowUpdateFrame>& frames)
+ override {
session_->OnWindowUpdateFrames(frames);
session_->PostProcessAfterData();
}
« no previous file with comments | « net/quic/crypto/common_cert_set.cc ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698