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

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

Issue 2963943003: Remove Net.ProxyService.* histograms. (Closed)
Patch Set: git cl format 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:
Download patch
« no previous file with comments | « net/proxy/proxy_service.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 b80a3a814a7d054246f29c32bcd5f7aff3e3d8cd..d8614c3ab9cd9d73a3caec76331f667c9ec3d3da 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38705,6 +38705,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.ProxyService.GetProxyUsingScriptResult"
enum="NetErrorCodes">
+ <obsolete>
+ Deprecated as of Chrome 61.
+ </obsolete>
<owner>eroman@chromium.org</owner>
<summary>
The network error code of resolving a URL by forwarding the request to the
@@ -38714,6 +38717,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.ProxyService.GetProxyUsingScriptTime"
units="100s of microseconds">
+ <obsolete>
+ Deprecated as of Chrome 61.
+ </obsolete>
<owner>eroman@chromium.org</owner>
<summary>
The time taken to resolve a URL by forwarding the request to the proxy
@@ -38724,6 +38730,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Net.ProxyService.ResolvedUsingScript" enum="Boolean">
+ <obsolete>
+ Deprecated as of Chrome 61.
+ </obsolete>
<owner>eroman@chromium.org</owner>
<summary>
Whether proxy resolution occured by forwarding the request to the proxy
@@ -38739,6 +38748,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.ProxyService.ResolveProxyTime"
units="100s of microseconds">
+ <obsolete>
+ Deprecated as of Chrome 61.
+ </obsolete>
<owner>eroman@chromium.org</owner>
<summary>
The total time taken to resolve a URL. This includes PAC script execution,
@@ -38748,6 +38760,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Net.ProxyService.ScriptTerminated" enum="BooleanTerminated">
+ <obsolete>
+ Deprecated as of Chrome 61.
+ </obsolete>
<owner>eroman@chromium.org</owner>
<summary>
Whether a proxy resolution resulted in the PAC script terminating
@@ -38759,6 +38774,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.ProxyService.ScriptTerminatedOnInit"
enum="BooleanTerminated">
+ <obsolete>
+ Deprecated as of Chrome 61.
+ </obsolete>
<owner>eroman@chromium.org</owner>
<summary>
Whether the creation of a new proxy resolver resulted in the PAC script
« no previous file with comments | « net/proxy/proxy_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698