Chromium Code Reviews| Index: net/nqe/network_quality_estimator_test_util.cc |
| diff --git a/net/nqe/network_quality_estimator_test_util.cc b/net/nqe/network_quality_estimator_test_util.cc |
| index 7294cffb9d701aefee94f5599b0d77f66a769c2a..de4558869fd04769c6282189acc217158d2dd63b 100644 |
| --- a/net/nqe/network_quality_estimator_test_util.cc |
| +++ b/net/nqe/network_quality_estimator_test_util.cc |
| @@ -84,6 +84,10 @@ const GURL TestNetworkQualityEstimator::GetEchoURL() const { |
| return embedded_test_server_.GetURL("/echo.html"); |
| } |
| +const GURL TestNetworkQualityEstimator::GetRedirectURL() const { |
| + return embedded_test_server_.GetURL("/redirect302-to-https"); |
|
mmenke
2016/11/08 21:52:56
Doesn't look like the embedded test server is corr
tbansal1
2016/11/09 04:59:18
Fixed but in a different way.
|
| +} |
| + |
| EffectiveConnectionType |
| TestNetworkQualityEstimator::GetEffectiveConnectionType() const { |
| if (effective_connection_type_) |