Commit 79f194e2 authored by Paul Lewis's avatar Paul Lewis Committed by Commit Bot

[DevTools] Add support for nav times in Flame characters

Adds support for nav start times ahead of
https://crrev.com/c/devtools/devtools-frontend/+/2252159

Bug: 974550
Change-Id: I67af15f1f21af81454e7683541646b1b8d4c0171
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2252140
Auto-Submit: Paul Lewis <aerotwist@chromium.org>
Reviewed-by: default avatarPaul Lewis <aerotwist@chromium.org>
Reviewed-by: default avatarTim van der Lippe <tvanderlippe@chromium.org>
Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779867}
parent 2846bdea
...@@ -67,6 +67,10 @@ ...@@ -67,6 +67,10 @@
highlightEntry(entryIndex) { highlightEntry(entryIndex) {
} }
navStartTimes() {
return [];
}
} }
var entries = [ var entries = [
......
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