Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 66e63ae957d2d7b9b88eaf0817e32a46817d900e..fa10436e91d3e762fad594a3ffffb5bd0368bc1a 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 |
@@ -63589,6 +63597,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"> |
@@ -82786,6 +82795,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"> |