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

Unified Diff: net/quic/quic_flow_controller_test.cc

Issue 357573004: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase with TOT Created 6 years, 6 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_flow_controller.cc ('k') | net/quic/quic_headers_stream_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_flow_controller_test.cc
diff --git a/net/quic/quic_flow_controller_test.cc b/net/quic/quic_flow_controller_test.cc
index 26781acb65fb777f07fe0db6339ec47337d90ca0..ca612754c449a54e12fb4e074457028682fdba94 100644
--- a/net/quic/quic_flow_controller_test.cc
+++ b/net/quic/quic_flow_controller_test.cc
@@ -5,7 +5,6 @@
#include "net/quic/quic_flow_controller.h"
#include "base/strings/stringprintf.h"
-#include "net/quic/quic_flags.h"
#include "net/quic/quic_utils.h"
#include "net/quic/test_tools/quic_connection_peer.h"
#include "net/quic/test_tools/quic_flow_controller_peer.h"
@@ -27,8 +26,7 @@ class QuicFlowControllerTest : public ::testing::Test {
send_window_(kInitialSessionFlowControlWindowForTest),
receive_window_(kInitialSessionFlowControlWindowForTest),
max_receive_window_(kInitialSessionFlowControlWindowForTest),
- connection_(false),
- old_flag_(&FLAGS_enable_quic_stream_flow_control_2, true) {
+ connection_(false) {
}
void Initialize() {
@@ -44,7 +42,6 @@ class QuicFlowControllerTest : public ::testing::Test {
uint64 max_receive_window_;
scoped_ptr<QuicFlowController> flow_controller_;
MockConnection connection_;
- ValueRestore<bool> old_flag_;
};
TEST_F(QuicFlowControllerTest, SendingBytes) {
« no previous file with comments | « net/quic/quic_flow_controller.cc ('k') | net/quic/quic_headers_stream_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698