| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index bca8a1e92ddf26c30296473faae8c5a8c5c4849f..6e1119d50f0e2d17840b14b21cc4e275c5c7547b 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -6465,6 +6465,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="ContentSettings.ExceptionScheme" enum="ContentSettingScheme">
|
| + <owner>lshang@chromium.org</owner>
|
| + <summary>
|
| + Records the schemes of content setting exceptions at browser start. Each
|
| + exception provides one sample.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="ContentSettings.LastSettingParsed" enum="LastSettingParsed">
|
| <obsolete>
|
| Deprecated 2015-10-05 in Issue 433475. Histogram was used temorarily for
|
| @@ -69347,6 +69355,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <int value="3" label="Clicked 'Learn more'"/>
|
| </enum>
|
|
|
| +<enum name="ContentSettingScheme" type="int">
|
| + <int value="0" label="(wildcard)"/>
|
| + <int value="1" label="(other)"/>
|
| + <int value="2" label="http"/>
|
| + <int value="3" label="https"/>
|
| + <int value="4" label="file"/>
|
| + <int value="5" label="chrome-extension"/>
|
| +</enum>
|
| +
|
| <enum name="ContentType" type="int">
|
| <int value="-1" label="Invalid setting"/>
|
| <int value="0" label="Cookies setting"/>
|
|
|