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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1706503002: Add enterprise policy to turn off Bluetooth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Release the BrowserMessageFilter::Internal once it has attached the Sender. Created 4 years, 9 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 b4262335eae52af2bf9f65acb05a3ff2f170132c..8ee86c074a75e1ffe079ca64c06c1fb5742f22f5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -63397,6 +63397,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="Default web bluetooth guard setting"/>
bartfab (slow) 2016/02/25 17:37:50 Nit: Please sync this label with the caption in po
Jeffrey Yasskin 2016/02/25 20:38:50 Done.
</enum>
<enum name="EnterprisePolicyInvalidations" type="int">
@@ -82562,6 +82563,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">

Powered by Google App Engine
This is Rietveld 408576698