| Index: net/base/external_estimate_provider.h
|
| diff --git a/net/base/external_estimate_provider.h b/net/base/external_estimate_provider.h
|
| index c4480cf141344c836992bafa3e82c01eeaa53e54..bc029882d3ec0070abc2160fbbce834564670d26 100644
|
| --- a/net/base/external_estimate_provider.h
|
| +++ b/net/base/external_estimate_provider.h
|
| @@ -59,10 +59,6 @@ class NET_EXPORT ExternalEstimateProvider {
|
| virtual void SetUpdatedEstimateDelegate(
|
| UpdatedEstimateDelegate* delegate) = 0;
|
|
|
| - // Requests an updated network quality estimate from the external estimate
|
| - // provider.
|
| - virtual void Update() const = 0;
|
| -
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ExternalEstimateProvider);
|
| };
|
|
|