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

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

Issue 1348523003: Revert "Populate EEP estimate in NQE" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « net/base/network_quality_estimator_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 708087f2252358e01d0af6c98b939676196ea1aa..96d628eabeae4ea60d75525693bad29ab801c2ee 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28445,18 +28445,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="NQE.ExternalEstimateProviderStatus"
- enum="NQEExternalEstimateProviderStatus">
- <owner>bengr@chromium.org</owner>
- <owner>tbansal@chromium.org</owner>
- <summary>
- Records the interaction (availability and query count) of Network Quality
- Estimator with external estimates provider. Logged on network change events,
- everytime external estimate provider is queried for an updated estimate, and
- when it proactively notifies that an updated estimate is available.
- </summary>
-</histogram>
-
<histogram name="NQE.FastestRTT" units="milliseconds">
<owner>bengr@chromium.org</owner>
<owner>tbansal@chromium.org</owner>
@@ -66737,14 +66725,6 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="2" label="Enabled">NPAPI is enabled</int>
</enum>
-<enum name="NQEExternalEstimateProviderStatus" type="int">
- <int value="0" label="External estimate provider was not available"/>
- <int value="1" label="External estimate provider was available"/>
- <int value="2" label="External estimate provider was queried"/>
- <int value="3" label="Query to external estimate provider was successful"/>
- <int value="4" label="Callback received from external estimate provider"/>
-</enum>
-
<enum name="NtpFollowAction" type="int">
<int value="0" label="PAGE_TRANSITION_LINK"/>
<int value="1" label="PAGE_TRANSITION_TYPED"/>
« no previous file with comments | « net/base/network_quality_estimator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698