Chromium Code Reviews

Unified Diff: net/base/external_estimate_provider.h

Issue 1348523003: Revert "Populate EEP estimate in NQE" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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);
};
« no previous file with comments | « chrome/browser/android/net/external_estimate_provider_android_unittest.cc ('k') | net/base/network_quality_estimator.h » ('j') | no next file with comments »

Powered by Google App Engine