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

Unified Diff: net/tools/quic/end_to_end_test.cc

Issue 2311573002: Add QuicFlagSaver to files in net/tools/quic/ (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | net/tools/quic/quic_dispatcher_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/end_to_end_test.cc
diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
index 3b2aa75b4089db000a031efd44081c8c5c06841b..27a8411d225741deb75d5cd874029b11b2294627 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -630,6 +630,7 @@ class EndToEndTest : public ::testing::TestWithParam<TestParams> {
stream_factory_ = factory;
}
+ QuicFlagSaver flags_; // Save/restore all QUIC flag values.
bool initialized_;
IPEndPoint server_address_;
string server_hostname_;
« no previous file with comments | « no previous file | net/tools/quic/quic_dispatcher_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698