| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index d9e795cf47423991771572f0374472b9b03eadb9..be41018283c54f7889451190990c4ef6ca0f2e7e 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -467,7 +467,7 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
| // See note at the initialization of ExitManager, below; basically,
|
| // only Android builds have the ctor/dtor handlers set up to use
|
| // TRACE_EVENT right away.
|
| - TRACE_EVENT0("startup,benchmark", "ContentMainRunnerImpl::Initialize");
|
| + TRACE_EVENT0("startup,benchmark,rail", "ContentMainRunnerImpl::Initialize");
|
| #endif // OS_ANDROID
|
|
|
| base::GlobalDescriptors* g_fds = base::GlobalDescriptors::GetInstance();
|
| @@ -624,7 +624,7 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
| // Android tracing started at the beginning of the method.
|
| // Other OSes have to wait till we get here in order for all the memory
|
| // management setup to be completed.
|
| - TRACE_EVENT0("startup,benchmark", "ContentMainRunnerImpl::Initialize");
|
| + TRACE_EVENT0("startup,benchmark,rail", "ContentMainRunnerImpl::Initialize");
|
| #endif // !OS_ANDROID
|
|
|
| #if defined(OS_MACOSX)
|
|
|