| Index: net/nqe/network_quality_estimator_test_util.h
|
| diff --git a/net/nqe/network_quality_estimator_test_util.h b/net/nqe/network_quality_estimator_test_util.h
|
| index d4685e493e1d336d76d9a7e1145709dcf9f50097..a79acb5bedc025d370e6b96ca7a51772fa23ccac 100644
|
| --- a/net/nqe/network_quality_estimator_test_util.h
|
| +++ b/net/nqe/network_quality_estimator_test_util.h
|
| @@ -181,6 +181,14 @@ class TestNetworkQualityEstimator : public NetworkQualityEstimator {
|
| // Returns the number of entries in |net_log_| that have type set to |type|.
|
| int GetEntriesCount(NetLogEventType type) const;
|
|
|
| + // Returns the value of the parameter with name |key| from the last net log
|
| + // entry that has type set to |type|. Different methods are provided for
|
| + // values of different types.
|
| + std::string GetNetLogLastStringValue(NetLogEventType type,
|
| + const std::string& key) const;
|
| + int GetNetLogLastIntegerValue(NetLogEventType type,
|
| + const std::string& key) const;
|
| +
|
| using NetworkQualityEstimator::SetTickClockForTesting;
|
| using NetworkQualityEstimator::OnConnectionTypeChanged;
|
|
|
|
|