Chromium Code Reviews| 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"> |