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

Unified Diff: tools/metrics/histograms/histograms.xml

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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b42a3eca2dea017f4bf527e01f3bcd66adec0927..62847005a9e3d47d1d1ddf4ede5ff8a7e469a9be 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34848,6 +34848,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NQE.NetworkIdAvailable" enum="BooleanAvailable">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Whether the network ID (SSID of the Wi-Fi network, or the MCC/MNC operator
+ of the cellular network) was available or not. Recorded only on Wi-Fi and
+ cellular networks. Recorded right after the connection type changes.
+ Recorded only on Wi-Fi and cellular connections.
Not at Google. Contact bengr 2016/06/23 20:08:56 "Recorded only on Wi-Fi and cellular" is repeated.
tbansal1 2016/06/27 19:48:20 Done.
+ </summary>
+</histogram>
+
<histogram name="NQE.PeakKbps" units="Kbps">
<owner>bengr@chromium.org</owner>
<owner>tbansal@chromium.org</owner>
« net/base/network_change_notifier.h ('K') | « net/nqe/network_quality_estimator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698