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

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

Issue 2252243002: Adding a policy for using the uiAccess enabled It2Me binary on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging with ToT Created 4 years, 4 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 2e58c844241aa87d1cb9a75d2083c0ecebf5061c..d6dc63a9aba964d37dda42867c95684b7ae0e7c9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -75602,8 +75602,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
+ 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"/>
@@ -75656,17 +75658,22 @@ 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="342" label="Enables component updates in Google Chrome."/>
+ <int value="343" label="Treat external storage devices as read-only."/>
+ <int value="344"
+ label="Allow remote users to interact with elevated windows in remote
+ assistance sessions"/>
</enum>
<enum name="EnterprisePolicyInvalidations" type="int">
« components/policy/resources/policy_templates.json ('K') | « remoting/host/policy_watcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698