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..b1e18d06b95e8349fd7a479640472589e6f4a19a 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; |
+ // Places a request to the external estimate provider to update the network |
bengr
2015/09/02 20:27:56
// Requests an updated network quality estimate fr
tbansal1
2015/09/03 00:22:39
Done.
|
+ // quality. |
+ virtual void RequestUpdate() const = 0; |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(ExternalEstimateProvider); |
}; |