| 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 b64af9abe8acce4fd5dfc61a78a21e329e54b82d..7bde6cd9a54537e86539b1e3179fd99286986710 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -326,7 +326,7 @@ bool NavigatorImpl::NavigateToEntry(
|
| RenderFrameHostImpl* render_frame_host,
|
| const NavigationEntryImpl& entry,
|
| NavigationController::ReloadType reload_type) {
|
| - TRACE_EVENT0("browser", "NavigatorImpl::NavigateToEntry");
|
| + TRACE_EVENT0("browser,navigation", "NavigatorImpl::NavigateToEntry");
|
|
|
| // The renderer will reject IPC messages with URLs longer than
|
| // this limit, so don't attempt to navigate with a longer URL.
|
|
|