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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 820133002: Reusing names of policy keys from policy_constants.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Marked the 5 "new" policies as chrome_os:42- Created 5 years, 11 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 | « remoting/remoting_test.gypi ('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 0dac18b057fbc0105a41ec426a3268297d93759a..3ad359b4e9feafb236d44938c7654c8f64bdc292 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -45415,7 +45415,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="231" label="Parameters for suggest URL which uses POST"/>
<int value="232" label="Parameters for instant URL which uses POST"/>
<int value="233" label="Parameters for image URL which uses POST"/>
- <int value="234" label="Enable or disable PIN-less authentication"/>
+ <int value="234"
+ label="Enable or disable PIN-less authentication for remote access
+ hosts"/>
<int value="235"
label="Whether online OCSP/CRL checks are required for local trust
anchors"/>
@@ -45449,7 +45451,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="255" label="Enable on-screen keyboard"/>
<int value="256"
label="Set default state of the on-screen keyboard on the login screen"/>
- <int value="257" label="Allow gnubby authentication"/>
+ <int value="257" label="Allow gnubby authentication for remote access hosts"/>
<int value="258"
label="Power management settings when the user becomes idle"/>
<int value="259" label="Screen lock delays"/>
@@ -45482,6 +45484,19 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="282" label="Force Google SafeSearch"/>
<int value="283" label="Force YouTube Safety Mode"/>
<int value="284" label="Allow device shutdown"/>
+ <int value="285"
+ label="Requires that the name of the local user and the remote access
+ host owner match"/>
+ <int value="286"
+ label="URL where remote access clients should obtain their
+ authentication token"/>
+ <int value="287"
+ label="URL for validating remote access client authentication token"/>
+ <int value="288"
+ label="Client certificate for connecting to
+ RemoteAccessHostTokenValidationUrl"/>
+ <int value="289"
+ label="Policy overrides for Debug builds of the remote access host"/>
</enum>
<enum name="EnterprisePolicyInvalidations" type="int">
« no previous file with comments | « remoting/remoting_test.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698