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

Unified Diff: net/quic/quic_client_session.h

Issue 293763002: Improve the content displayed at chrome://net-internals/#quic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « chrome/browser/resources/net_internals/quic_view.html ('k') | net/quic/quic_client_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_client_session.h
diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h
index 94c5c597e10f25657efa5e4d3d78d43e1aebfe2c..1265c05c14c3b7b6c49ecf01b420bb41fa846644 100644
--- a/net/quic/quic_client_session.h
+++ b/net/quic/quic_client_session.h
@@ -157,7 +157,7 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicClientSessionBase {
// that this session has been closed, which will delete the session.
void CloseSessionOnError(int error);
- base::Value* GetInfoAsValue(const std::set<HostPortPair>& aliases) const;
+ base::Value* GetInfoAsValue(const std::set<HostPortPair>& aliases);
const BoundNetLog& net_log() const { return net_log_; }
« no previous file with comments | « chrome/browser/resources/net_internals/quic_view.html ('k') | net/quic/quic_client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698