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

Unified Diff: net/quic/quic_end_to_end_unittest.cc

Issue 125403006: Various QUIC cleanups to sync with internal code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comments Created 6 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
« no previous file with comments | « net/quic/quic_connection.cc ('k') | net/quic/quic_framer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_end_to_end_unittest.cc
diff --git a/net/quic/quic_end_to_end_unittest.cc b/net/quic/quic_end_to_end_unittest.cc
index 510165ac98a92120e5ea9520fa9d365fb32c28de..d6bff8aaa327f934264b247ee644fc42db77de4e 100644
--- a/net/quic/quic_end_to_end_unittest.cc
+++ b/net/quic/quic_end_to_end_unittest.cc
@@ -27,8 +27,6 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/platform_test.h"
-extern int FLAGS_fake_packet_loss_percentage;
-
using base::StringPiece;
using net::tools::QuicInMemoryCache;
using net::tools::test::QuicInMemoryCachePeer;
@@ -48,7 +46,6 @@ class TestTransactionFactory : public HttpTransactionFactory {
: session_(new HttpNetworkSession(params)) {}
virtual ~TestTransactionFactory() {
- FLAGS_fake_packet_loss_percentage = 0;
}
// HttpTransactionFactory methods
« no previous file with comments | « net/quic/quic_connection.cc ('k') | net/quic/quic_framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698