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

Unified Diff: net/nqe/network_quality_estimator_params.cc

Issue 2763853002: Use Android callback API to obtain cellular signal strength (Closed)
Patch Set: pauljensen 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
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 ab4dc9c2bf933387bdcb57970df26608c665a567..fbc258e8429ffd9f5536af2c2738f0a2710e5e32 100644
--- a/net/nqe/network_quality_estimator_params.cc
+++ b/net/nqe/network_quality_estimator_params.cc
@@ -373,10 +373,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_,

Powered by Google App Engine
This is Rietveld 408576698