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

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

Issue 1083193007: Remove legacy Module Verifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync to position 330514; updated histograms.xml Created 5 years, 7 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 | « chrome/common/safe_browsing/csd.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e52469c7b6fb17cdd667d78cadc5ae1efb3057f2..ad3c7b39af25283a5a48d7e6dd89563206d52410 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16446,6 +16446,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="ModuleIntegrityVerification.Difference" units="bytes">
+ <obsolete>
+ Deprecated and removed from code as of 05/2015.
+ </obsolete>
<owner>anthonyvd@chromium.org</owner>
<summary>
Represents the difference in bytes deemed modified by the two
@@ -67783,8 +67786,12 @@ To add a new entry, add it with any value and run test to compute valid value.
label="The version of the Module Integrity Verifier that doesn't use a
hash set to track relocations."/>
<suffix name="WithByteSet"
- label="The version of the Module Integrity Verifier that uses a hash
- set to track relocations."/>
+ label="The version of the Module Integrity Verifier that uses a hash set
+ to track relocations.">
+ <obsolete>
+ Deprecated and removed from code as of 05/2015.
+ </obsolete>
+ </suffix>
<affected-histogram name="ModuleIntegrityVerification.BytesModified"/>
<affected-histogram name="ModuleIntegrityVerification.Difference"/>
</histogram_suffixes>
« no previous file with comments | « chrome/common/safe_browsing/csd.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698