| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 57cf8b8d0ca85ad591f5f27f5b1e447c86e08bac..90058c94af55e12eb92e572c89751dc48d6621f7 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -25712,6 +25712,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="SafeBrowsing.ModuleBaseRelocation" units="BaseRelocationType">
|
| + <owner>csharp@chromium.org</owner>
|
| + <owner>krstnmnlsn@chromium.org</owner>
|
| + <summary>
|
| + A windows only historgram. Records when an unknown base relocation type is
|
| + encountered while reading the reloc table of a loaded module.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="SB.BloomFilter" units="milliseconds">
|
| <obsolete>
|
| Has not been generated for years (7/8/14).
|
| @@ -36815,6 +36824,20 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <int value="2" label="Failure"/>
|
| </enum>
|
|
|
| +<enum name="BaseRelocationType" type="int">
|
| + <int value="0" label="IMAGE_REL_BASED_ABSOLUTE"/>
|
| + <int value="1" label="IMAGE_REL_BASED_HIGH"/>
|
| + <int value="2" label="IMAGE_REL_BASED_LOW"/>
|
| + <int value="3" label="IMAGE_REL_BASED_HIGHLOW"/>
|
| + <int value="4" label="IMAGE_REL_BASED_HIGHADJ"/>
|
| + <int value="5" label="IMAGE_REL_BASED_MACHINE_SPECIFIC_5"/>
|
| + <int value="6" label="IMAGE_REL_BASED_RESERVED"/>
|
| + <int value="7" label="IMAGE_REL_BASED_MACHINE_SPECIFIC_7"/>
|
| + <int value="8" label="IMAGE_REL_BASED_MACHINE_SPECIFIC_8"/>
|
| + <int value="9" label="IMAGE_REL_BASED_MACHINE_SPECIFIC_9"/>
|
| + <int value="10" label="IMAGE_REL_BASED_DIR64"/>
|
| +</enum>
|
| +
|
| <enum name="BatteryInfoSampleResult" type="int">
|
| <int value="0" label="Read"/>
|
| <int value="1" label="Good"/>
|
|
|