| Index: content/plugin/plugin_main.cc
|
| diff --git a/content/plugin/plugin_main.cc b/content/plugin/plugin_main.cc
|
| index df47c2149000cd3fbf257f194e6404927e8134e4..9908cfea3bb40e6d9480e8e5ed76c9fcb91e3606 100644
|
| --- a/content/plugin/plugin_main.cc
|
| +++ b/content/plugin/plugin_main.cc
|
| @@ -54,6 +54,8 @@ int PluginMain(const MainFunctionParams& parameters) {
|
| #endif
|
| base::MessageLoop main_message_loop(base::MessageLoop::TYPE_UI);
|
| base::PlatformThread::SetName("CrPluginMain");
|
| + base::debug::TraceLog::GetInstance()->SetProcessLabel(0, 'Plugin Process');
|
| + base::debug::TraceLog::SetProcessSortIndex(2);
|
|
|
| base::PowerMonitor power_monitor;
|
| HighResolutionTimerManager high_resolution_timer_manager;
|
|
|