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

Unified Diff: net/quic/quic_client_session.h

Issue 1025573002: QUIC - disable QUIC if packet loss rate is bad for a connection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable QUIC by port Created 5 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
Index: net/quic/quic_client_session.h
diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h
index 2169c242aec18a3dd6213562d2017035434013d7..49c12a6ccfdd94cbfe788e356b94df53f654711c 100644
--- a/net/quic/quic_client_session.h
+++ b/net/quic/quic_client_session.h
@@ -169,7 +169,7 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicClientSessionBase,
// Close the session because of |error| and notifies the factory
// that this session has been closed, which will delete the session.
- void CloseSessionOnError(int error);
+ void CloseSessionOnError(int error, QuicErrorCode quic_error);
base::Value* GetInfoAsValue(const std::set<HostPortPair>& aliases);

Powered by Google App Engine
This is Rietveld 408576698