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

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

Issue 1706503002: Add enterprise policy to turn off Bluetooth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Fix nits Created 4 years, 10 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 | « third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h ('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 c2058a23011bef48484758792fcd06c808844047..b6edaf3bb8e6c16a1ace03409fd2b76a0fdd4896 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5574,6 +5574,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ContentSettings.DefaultWebBluetoothGuardSetting"
+ enum="ContentSetting">
+ <owner>jyasskin@chromium.org</owner>
+ <summary>
+ The default permission setting for Web Bluetooth at profile open.
+ </summary>
+</histogram>
+
<histogram name="ContentSettings.LastSettingParsed" enum="LastSettingParsed">
<obsolete>
Deprecated 2015-10-05 in Issue 433475. Histogram was used temorarily for
@@ -63631,6 +63639,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="319"
label="Allow the auto launched with zero delay kiosk app to control
ChromeOS version"/>
+ <int value="320" label="Control use of the Web Bluetooth API"/>
</enum>
<enum name="EnterprisePolicyInvalidations" type="int">
@@ -82828,6 +82837,9 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="12" label="Bluetooth Overview Help link pressed."/>
<int value="13" label="Adapter Off Help link pressed."/>
<int value="14" label="Need Location Help link pressed."/>
+ <int value="15"
+ label="Chooser insta-closed because user or enterprise policy has
+ disabled it"/>
</enum>
<enum name="WebCertVerifyAgreement" type="int">
« no previous file with comments | « third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698