Commit 1366b031 authored by csharrison's avatar csharrison Committed by Commit bot

Fix typo in css scanner histogram macro

Review-Url: https://codereview.chromium.org/2339073002
Cr-Commit-Position: refs/heads/master@{#418553}
parent 37abfa53
...@@ -19,7 +19,7 @@ void CssScanningMetricsObserver::OnFirstMeaningfulPaint( ...@@ -19,7 +19,7 @@ void CssScanningMetricsObserver::OnFirstMeaningfulPaint(
WasStartedInForegroundOptionalEventInForeground( WasStartedInForegroundOptionalEventInForeground(
timing.first_meaningful_paint, info)) { timing.first_meaningful_paint, info)) {
PAGE_LOAD_HISTOGRAM( PAGE_LOAD_HISTOGRAM(
"PageLoad.Clients.CssScanner.Experimental.PaintTiming" "PageLoad.Clients.CssScanner.Experimental.PaintTiming."
"ParseStartToFirstMeaningfulPaint", "ParseStartToFirstMeaningfulPaint",
timing.first_meaningful_paint.value() - timing.parse_start.value()); timing.first_meaningful_paint.value() - timing.parse_start.value());
} }
......
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