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

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

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: Sync; compile fix in PolicyProvider::GetUserExceptionsUsageSettingForType(). 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
« no previous file with comments | « components/policy/resources/policy_templates.json ('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 22b8a6397ee1fdfee385efff680cc280e7ad8a7f..0f2cf71d200c9b8f68393f4ac220235ab3eb7bd1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5989,6 +5989,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ContentSettings.UserCookiesExceptionsUsage"
+ enum="ContentSetting">
+ <owner>huangs@chromium.org</owner>
+ <summary>
+ The policy setting to explicitly enable or disable user exceptions usage to
+ override default cookies settings set by policy.
+ </summary>
+</histogram>
+
+<histogram name="ContentSettings.UserPopupsExceptionsUsage"
+ enum="ContentSetting">
+ <owner>huangs@chromium.org</owner>
+ <summary>
+ The policy setting to explicitly enable or disable user exceptions usage to
+ override default pop-ups settings set by policy.
+ </summary>
+</histogram>
+
<histogram name="ContextMenu.SaveLinkType" enum="ContextMenuSaveLinkType">
<owner>qinmin@chromium.org</owner>
<summary>
@@ -66828,6 +66846,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="User cookies exceptions usage setting"/>
+ <int value="328" label="User pop-ups exceptions usage setting"/>
</enum>
<enum name="EnterprisePolicyInvalidations" type="int">
« no previous file with comments | « components/policy/resources/policy_templates.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698