Commit 9c8ee503 authored by Nate Fischer's avatar Nate Fischer Committed by Commit Bot

AW: fix TraceEvent typo

No change to production logic, just fixes a mistake with tracing.

I made a copy-paste error when adding TraceEvents for
onSafeBrowsingHit(). This makes sure we end the correct TraceEvent by
using the correct string.

Test: N/A
Change-Id: I7cb58f6ef474d0c38d88093d2e7aca2d66f0e8a0
Reviewed-on: https://chromium-review.googlesource.com/1079888Reviewed-by: default avatarBo <boliu@chromium.org>
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563005}
parent 91804957
......@@ -630,7 +630,7 @@ class WebViewContentsClientAdapter extends AwContentsClient {
/* reporting */ true));
}
} finally {
TraceEvent.end("WebViewContentsClientAdapter.onRenderProcessGone");
TraceEvent.end("WebViewContentsClientAdapter.onSafeBrowsingHit");
}
}
......
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