Commit fd5c4be5 authored by Caleb Raitto's avatar Caleb Raitto Committed by Commit Bot

Fix summary for identifiability study generation metric.

The current summary references a method that doesn't exit.

Bug: 973801
Change-Id: I7a0bbbb2460419dbe24d60f60d8a09af45ae80aa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2174647Reviewed-by: default avatarAsanka Herath <asanka@chromium.org>
Reviewed-by: default avatarBryan McQuade <bmcquade@chromium.org>
Commit-Queue: Caleb Raitto <caraitto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#781989}
parent 9d974ac5
......@@ -4924,7 +4924,7 @@ be describing additional metrics about the same event.
partition the results.
The name suffix (.626) was chosen so that the resulting metric hash as
determined by base::DigestForMetrics() has all 8 LSBs set to 0. Such a
determined by base::HashMetricName() has all 8 LSBs set to 0. Such a
metric hash does not collide with any other metric hash generated by
blink::IdentifiabilityMetricBuilder().
</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