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

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: Fix compiling issuese; another round of renaming; code cleanup. 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..3f96494c57bc9f9681761265eaf68b88740bf8f6 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.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>
@@ -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="User cookies exceptions usage setting"/>
+ <int value="328" label="User pop-ups exceptions usage setting"/>
</enum>
<enum name="EnterprisePolicyInvalidations" type="int">

Powered by Google App Engine
This is Rietveld 408576698