Commit ea30d1f2 authored by Chris Sharp's avatar Chris Sharp Committed by Commit Bot

Mark SafeBrowsing.ModuleBaseRelocation as obsolete

This histogram is deprecated and no longer need to be recorded.

Bug: 1089422
Change-Id: I9c29449b3080535e1451163f1b76c65139df792d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225536Reviewed-by: default avatarproberge <proberge@chromium.org>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: Chris Sharp <csharp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#773851}
parent 8a6a8d76
...@@ -251,7 +251,6 @@ bool EnumRelocsCallback(const base::win::PEImage& mem_peimage, ...@@ -251,7 +251,6 @@ bool EnumRelocsCallback(const base::win::PEImage& mem_peimage,
default: default:
// TODO(robertshield): Find a reliable description of the behaviour of the // TODO(robertshield): Find a reliable description of the behaviour of the
// remaining types of relocation and handle them. // remaining types of relocation and handle them.
base::UmaHistogramSparse("SafeBrowsing.ModuleBaseRelocation", type);
state->unknown_reloc_type = true; state->unknown_reloc_type = true;
break; break;
} }
......
...@@ -141401,6 +141401,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -141401,6 +141401,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram name="SafeBrowsing.ModuleBaseRelocation" units="BaseRelocationType" <histogram name="SafeBrowsing.ModuleBaseRelocation" units="BaseRelocationType"
expires_after="M85"> expires_after="M85">
<obsolete>
No longer used. Removed 2020-06.
</obsolete>
<owner>csharp@chromium.org</owner> <owner>csharp@chromium.org</owner>
<owner>proberge@google.com</owner> <owner>proberge@google.com</owner>
<summary> <summary>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment