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

Unified Diff: trunk/src/tools/metrics/histograms/histograms.xml

Issue 458483003: Revert 288319 "Adding the VerifyModule function (and helpers) to..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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
« no previous file with comments | « trunk/src/chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/tools/metrics/histograms/histograms.xml
===================================================================
--- trunk/src/tools/metrics/histograms/histograms.xml (revision 288355)
+++ trunk/src/tools/metrics/histograms/histograms.xml (working copy)
@@ -25712,15 +25712,6 @@
</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).
@@ -36824,20 +36815,6 @@
<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"/>
« no previous file with comments | « trunk/src/chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698