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

Unified Diff: net/nqe/network_quality_estimator.h

Issue 2081493002: Obtain WiFi SSID on Android using Android APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Created 4 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.h
diff --git a/net/nqe/network_quality_estimator.h b/net/nqe/network_quality_estimator.h
index d11b4841628cec93f6b83ffb75f15e6cd50f8035..73c9777820e7e5af97bdd90eed52d4638712632f 100644
--- a/net/nqe/network_quality_estimator.h
+++ b/net/nqe/network_quality_estimator.h
@@ -385,6 +385,10 @@ class NET_EXPORT_PRIVATE NetworkQualityEstimator
// Records UMA when there is a change in connection type.
void RecordMetricsOnConnectionTypeChanged() const;
+ // Records UMA on whether the network ID was available or not. Called right
+ // after a network change event.
+ void RecordNetworkIDAvailability() const;
+
// Records UMA on main frame requests.
void RecordMetricsOnMainFrameRequest() const;

Powered by Google App Engine
This is Rietveld 408576698