| 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">
|
|
|