Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Unified Diff: net/base/external_estimate_provider.h

Issue 1316863006: Populate EEP estimate in NQE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed bengr comments Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
+
private:
DISALLOW_COPY_AND_ASSIGN(ExternalEstimateProvider);
};

Powered by Google App Engine
This is Rietveld 408576698