| Index: content/browser/frame_host/navigator_impl.cc
|
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
|
| index 77f566246bba6935f84640148424c08119634c4d..34db44d5c58892e5aa31d29b081674b815860beb 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -313,7 +313,7 @@ bool NavigatorImpl::NavigateToEntry(
|
| // capture the time needed for the RenderFrameHost initialization.
|
| base::TimeTicks navigation_start = base::TimeTicks::Now();
|
| TRACE_EVENT_INSTANT_WITH_TIMESTAMP0(
|
| - "navigation", "NavigationTiming navigationStart",
|
| + "navigation,rail", "NavigationTiming navigationStart",
|
| TRACE_EVENT_SCOPE_GLOBAL, navigation_start.ToInternalValue());
|
|
|
| // Determine if LoFi should be used for the navigation.
|
|
|