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

Unified Diff: net/nqe/network_quality_estimator.h

Issue 2707633002: NQE: Cleanup the calls to the observation buffer (Closed)
Patch Set: ps Created 3 years, 10 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
« no previous file with comments | « no previous file | net/nqe/network_quality_estimator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/nqe/network_quality_estimator.h
diff --git a/net/nqe/network_quality_estimator.h b/net/nqe/network_quality_estimator.h
index b56521c24ceeb049eeb6a5b391f03f39ffbe42e4..e003654bb7e6da2b79efd21d07aac2e85fba8924 100644
--- a/net/nqe/network_quality_estimator.h
+++ b/net/nqe/network_quality_estimator.h
@@ -772,6 +772,16 @@ class NET_EXPORT NetworkQualityEstimator
// Manages the writing of events to the net log.
nqe::internal::EventCreator event_creator_;
+ // Vector that contains observation sources that should not be used when
+ // computing the estimate at HTTP layer.
+ const std::vector<NetworkQualityObservationSource>
+ disallowed_observation_sources_for_http_;
+
+ // Vector that contains observation sources that should not be used when
+ // computing the estimate at transport layer.
+ const std::vector<NetworkQualityObservationSource>
+ disallowed_observation_sources_for_transport_;
+
base::WeakPtrFactory<NetworkQualityEstimator> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(NetworkQualityEstimator);
« no previous file with comments | « no previous file | net/nqe/network_quality_estimator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698