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

Unified Diff: net/nqe/network_quality_estimator_params.cc

Issue 2763853002: Use Android callback API to obtain cellular signal strength (Closed)
Patch Set: comments Created 3 years, 6 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 | « net/nqe/network_quality_estimator_params.h ('k') | net/nqe/network_quality_observation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/nqe/network_quality_estimator_params.cc
diff --git a/net/nqe/network_quality_estimator_params.cc b/net/nqe/network_quality_estimator_params.cc
index d96c06700663592662df65deb61098a47d82a2e1..348ae73ece87aec8f352eabf0f31b6fa38cb522e 100644
--- a/net/nqe/network_quality_estimator_params.cc
+++ b/net/nqe/network_quality_estimator_params.cc
@@ -388,10 +388,11 @@ NetworkQualityEstimatorParams::NetworkQualityEstimatorParams(
"throughput_min_requests_in_flight",
1)),
weight_multiplier_per_second_(GetWeightMultiplierPerSecond(params_)),
- weight_multiplier_per_dbm_(
- GetDoubleValueForVariationParamWithDefaultValue(params_,
- "rssi_weight_per_dbm",
- 1.0)),
+ weight_multiplier_per_signal_strength_level_(
+ GetDoubleValueForVariationParamWithDefaultValue(
+ params_,
+ "rssi_weight_per_signal_strength_level",
+ 1.0)),
correlation_uma_logging_probability_(
GetDoubleValueForVariationParamWithDefaultValue(
params_,
« no previous file with comments | « net/nqe/network_quality_estimator_params.h ('k') | net/nqe/network_quality_observation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698