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

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

Issue 23838003: Add HTTP Peer to DownloadSources enumeration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated patch set Created 7 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 | « no previous file | 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 199895b37352293f40a0ec3a920ce28c60f79d62..5ac91df948693e89a05f261e9db7be691bd05e4d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25137,7 +25137,11 @@ other types of suffix sets.
<int value="0" label="Other"/>
<int value="1" label="HTTPS Server Only"/>
<int value="2" label="HTTP Server Only"/>
- <int value="3" label="Both HTTP and HTTPS Server"/>
+ <int value="3" label="HTTP Server, HTTPS Server"/>
+ <int value="4" label="HTTP Peer Only"/>
+ <int value="5" label="HTTP Peer and HTTPS Server"/>
+ <int value="6" label="HTTP Peer and HTTP Server"/>
+ <int value="7" label="HTTP Peer, HTTPS Server, and HTTP Server"/>
</enum>
<enum name="UpdateEngineErrorCode" type="int">
@@ -25911,6 +25915,7 @@ other types of suffix sets.
</fieldtrial>
<fieldtrial name="InstallerDownloadSources" separator="">
+ <group name="HttpPeer" label="Download Source: HTTP Peer"/>
<group name="HttpServer" label="Download Source: HTTP Server"/>
<group name="HttpsServer" label="Download Source: HTTPS Server"/>
<affected-histogram name="Installer.SuccessfulMBsDownloadedFrom"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698