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

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

Issue 1422293002: Remove RC4 by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 2 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/url_request/url_request_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 d0e342b9c339e9f333778837463a43f05929271e..f7025373a383c139f129aceab944d077b51db82e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -57164,7 +57164,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="13" label="Enable Google Cloud Print proxy"/>
<int value="14" label="Enable Safe Browsing"/>
<int value="15" label="Enable reporting of usage and crash-related data"/>
- <int value="16" label="Enable the password manager"/>
+ <int value="16" label="Enable saving passwords to the password manager"/>
<int value="17" label="Allow users to show passwords in Password Manager"/>
<int value="18" label="Enable AutoFill"/>
<int value="19" label="Specify a list of disabled plugins"/>
@@ -57183,7 +57183,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="31" label="GSSAPI library name"/>
<int value="32" label="Configure extension installation blacklist"/>
<int value="33" label="Configure extension installation whitelist"/>
- <int value="34" label="Configure the list of force-installed extensions"/>
+ <int value="34"
+ label="Configure the list of force-installed apps and extensions"/>
<int value="35" label="Show Home button on toolbar"/>
<int value="36" label="Disable Developer Tools"/>
<int value="37" label="Action on startup"/>
@@ -57280,7 +57281,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
label="Enable reporting memory info (JS heap size) to page (deprecated)"/>
<int value="116" label="Proxy settings"/>
<int value="117" label="Disable Print Preview (deprecated)"/>
- <int value="118" label="Disable SSL record splitting"/>
+ <int value="118" label="Disable TLS False Start"/>
<int value="119" label="Report OS and firmware version"/>
<int value="120" label="Report device activity times"/>
<int value="121" label="Report device boot mode"/>
@@ -57506,7 +57507,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
label="Import autofill form data from default browser on first run"/>
<int value="278" label="Extension management settings"/>
<int value="279" label="Minimum SSL version enabled"/>
- <int value="280" label="Minimum SSL version to fallback to"/>
+ <int value="280" label="Minimum TLS version to fallback to"/>
<int value="281" label="Enable Touch to Search"/>
<int value="282" label="Force Google SafeSearch"/>
<int value="283" label="Force YouTube Safety Mode"/>
@@ -57538,13 +57539,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="300" label="Allow proceeding from the SSL warning page"/>
<int value="301" label="Allows QUIC protocol"/>
<int value="302" label="Key Permissions"/>
- <int value="303" label="Welcome page on OS upgrade enabled"/>
+ <int value="303"
+ label="Enable showing the welcome page on the first browser launch
+ following OS upgrade."/>
<int value="304" label="Use hardware acceleration when available"/>
- <int value="305" label="Android Negotiate authenticator account type"/>
+ <int value="305" label="Account type for HTTP Negotiate authentication"/>
<int value="306" label="Send system logs to the management server"/>
- <int value="307" label="Enable Unified Desktop by Default"/>
- <int value="308" label="Print Preview default printer selection policy"/>
- <int value="309" label="Allow dinosaur easter egg game"/>
+ <int value="307"
+ label="Make Unified Desktop available and turn on by default."/>
+ <int value="308" label="Default printer selection rules"/>
+ <int value="309" label="Allow Dinosaur Easter Egg Game"/>
+ <int value="310" label="Whether RC4 cipher suites in TLS are enabled"/>
</enum>
<enum name="EnterprisePolicyInvalidations" type="int">
« no previous file with comments | « net/url_request/url_request_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698