Chromium Code Reviews| Index: net/base/external_estimate_provider.h |
| diff --git a/net/base/external_estimate_provider.h b/net/base/external_estimate_provider.h |
| index bc029882d3ec0070abc2160fbbce834564670d26..7d1cd162b6896ae4722b4b0215947474c445a00d 100644 |
| --- a/net/base/external_estimate_provider.h |
| +++ b/net/base/external_estimate_provider.h |
| @@ -59,6 +59,10 @@ class NET_EXPORT ExternalEstimateProvider { |
| virtual void SetUpdatedEstimateDelegate( |
| UpdatedEstimateDelegate* delegate) = 0; |
| + // Requests an updated network quality estimate from the external estimate |
| + // provider. |
| + virtual void RequestUpdate() const = 0; |
|
mmenke
2015/09/14 20:07:06
Why not just Update()? Does Request() add anythin
tbansal1
2015/09/14 23:46:56
Done.
|
| + |
| private: |
| DISALLOW_COPY_AND_ASSIGN(ExternalEstimateProvider); |
| }; |