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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2253653002: Only allow HTTP/0.9 support on default ports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unrelated changes to random file (Where did they come from???) Created 4 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d63dafb49c24b2bb1513b58bcd3e87fcdfb30b37..221095d486229dae2568f4e75ba95fa372a86ed0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -75754,8 +75754,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="290" label="Report hardware status"/>
<int value="291" label="Report information about active kiosk sessions"/>
<int value="292" label="Frequency of device status report uploads"/>
- <int value="293" label="Send monitoring heartbeats to the management server"/>
- <int value="294" label="Frequency of monitoring heartbeats"/>
+ <int value="293"
+ label="Send network packets to the management server to monitor online
eroman 2016/08/29 22:11:55 Unrelated changes from running the script?
mmenke 2016/08/30 17:50:47 Yea...Someone probably manually modified the file
+ status"/>
+ <int value="294" label="Frequency of monitoring network packets"/>
<int value="295" label="Captive portal authentication ignores proxy"/>
<int value="296" label="Set Apps and Extensions cache size (in bytes)"/>
<int value="297" label="Enable domain name autocomplete during user sign in"/>
@@ -75808,17 +75810,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="333" label="Enables cast"/>
<int value="334" label="Whether DHE cipher suites in TLS are enabled"/>
<int value="335"
- label="Disable Certificate Transparency enforcement for these sites"/>
+ label="Disable Certificate Transparency enforcement for a list of URLs"/>
<int value="336"
label="Configure the list of installed apps on the login screen"/>
<int value="337" label="Enable Android Backup Service"/>
- <int value="338"
- label="Enable generated content suggestions on the New Tab page"/>
- <int value="339" label="Restrict the UDP port range used by WebRTC"/>
- <int value="340" label="Enable SHA-1 certificates from local trust anchors"/>
+ <int value="338" label="Show content suggestions on the New Tab page"/>
+ <int value="339"
+ label="Restrict the range of local UDP ports used by WebRTC"/>
+ <int value="340"
+ label="Whether SHA-1 signed certificates issued by local trust anchors
+ are allowed"/>
<int value="341" label="Set an external source of URL restrictions"/>
<int value="342" label="Enable component updates"/>
<int value="343" label="Mount external storage only in read-only mode"/>
+ <int value="344" label="Enables HTTP/0.9 support on non-default ports"/>
</enum>
<enum name="EnterprisePolicyInvalidations" type="int">
« net/http/http_stream_parser.cc ('K') | « net/websockets/websocket_basic_handshake_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698