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

Unified Diff: net/quic/test_tools/quic_config_peer.h

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/test_tools/quic_config_peer.h
diff --git a/net/quic/test_tools/quic_config_peer.h b/net/quic/test_tools/quic_config_peer.h
index 46726ebf333515d47452c37490b08d83a046d5a9..410c8182316bfa4c445a99a7bce107b480a68ac7 100644
--- a/net/quic/test_tools/quic_config_peer.h
+++ b/net/quic/test_tools/quic_config_peer.h
@@ -5,6 +5,7 @@
#ifndef NET_QUIC_TEST_TOOLS_QUIC_CONFIG_PEER_H_
#define NET_QUIC_TEST_TOOLS_QUIC_CONFIG_PEER_H_
+#include "net/quic/quic_config.h"
#include "net/quic/quic_protocol.h"
namespace net {
@@ -29,6 +30,8 @@ class QuicConfigPeer {
static void SetReceivedBytesForConnectionId(QuicConfig* config, uint32 bytes);
+ static QuicTag CongestionFeedback(QuicConfig* config);
+
private:
DISALLOW_COPY_AND_ASSIGN(QuicConfigPeer);
};

Powered by Google App Engine
This is Rietveld 408576698