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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1865803002: [Policy Experimental] Add policies to allow Cookies and Pop-ups exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add another test to exercise main logic; renames from review. Created 4 years, 8 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 b7615c8bb71a27c2063d4b974170768fa1b9e7da..9398361039fe9e072379ab6cebdf0c4b69a5ee28 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5955,6 +5955,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ContentSettings.PrefExceptionsUsageCookies"
+ enum="ContentSetting">
+ <owner>huangs@chromium.org</owner>
+ <summary>
+ The policy setting to explicitly enable or disable pref exceptions usage TO
bartfab (slow) 2016/04/07 14:39:29 Nit: s/TO/to/
huangs 2016/04/07 21:44:07 Done.
+ override default cookies settings set by policy.
+ </summary>
+</histogram>
+
+<histogram name="ContentSettings.PrefExceptionsUsagePopups"
+ enum="ContentSetting">
+ <owner>huangs@chromium.org</owner>
+ <summary>
+ The policy setting to explicitly enable or disable pref exceptions usage TO
bartfab (slow) 2016/04/07 14:39:29 Nit: s/TO/to/
huangs 2016/04/07 21:44:07 Done.
+ override default pop-ups settings set by policy.
+ </summary>
+</histogram>
+
<histogram name="ContextMenu.SaveLinkType" enum="ContextMenuSaveLinkType">
<owner>qinmin@chromium.org</owner>
<summary>
@@ -66326,6 +66344,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="324" label="Suppress the unsupported OS warning"/>
<int value="325" label="Enable queries to Quirks Server"/>
<int value="326" label="Configure the automatic timezone detection method"/>
+ <int value="327" label="Pref exceptions cookies setting"/>
+ <int value="328" label="Pref exceptions pop-ups setting"/>
</enum>
<enum name="EnterprisePolicyInvalidations" type="int">

Powered by Google App Engine
This is Rietveld 408576698