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

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

Issue 156693003: Disable SettingsEnforcement when the machine is connected to a domain. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better approach Created 6 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 | « chrome/browser/prefs/chrome_pref_service_factory.cc ('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 f398ce47019bd5aa805bccd7b5a456fca2cfcd99..0e57000904fa276cd477bcfcec91e41c7706048a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17830,6 +17830,14 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Settings.TrackedPreferencesNoEnforcementOnDomain"
+ enum="BooleanEnabled">
+ <summary>
+ Whether settings enforcement was cancelled for a machine joined to a domain.
+ Reported once per session on browser startup.
+ </summary>
+</histogram>
+
<histogram name="Settings.TrackedPreferenceTrustedInitialized"
enum="TrackedPreference">
<summary>
« no previous file with comments | « chrome/browser/prefs/chrome_pref_service_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698