summaryrefslogtreecommitdiff
path: root/chromium/components/offline_pages/core/background/network_quality_provider_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/offline_pages/core/background/network_quality_provider_stub.h')
-rw-r--r--chromium/components/offline_pages/core/background/network_quality_provider_stub.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/components/offline_pages/core/background/network_quality_provider_stub.h b/chromium/components/offline_pages/core/background/network_quality_provider_stub.h
index 1c13a17b3ea..525e1141f39 100644
--- a/chromium/components/offline_pages/core/background/network_quality_provider_stub.h
+++ b/chromium/components/offline_pages/core/background/network_quality_provider_stub.h
@@ -35,6 +35,14 @@ class NetworkQualityProviderStub
net::NetworkQualityEstimator::EffectiveConnectionTypeObserver* observer)
override;
+ void AddRTTAndThroughputEstimatesObserver(
+ net::NetworkQualityEstimator::RTTAndThroughputEstimatesObserver* observer)
+ override;
+
+ void RemoveRTTAndThroughputEstimatesObserver(
+ net::NetworkQualityEstimator::RTTAndThroughputEstimatesObserver* observer)
+ override;
+
void SetEffectiveConnectionTypeForTest(net::EffectiveConnectionType type) {
connection_type_ = type;
}