Chromium Code Reviews| Index: remoting/client/plugin/chromoting_instance.cc |
| diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc |
| index aa48f077a77d6621893743117cb9d3d13a772549..0b131b89559899fba942352100ec572c687e58fa 100644 |
| --- a/remoting/client/plugin/chromoting_instance.cc |
| +++ b/remoting/client/plugin/chromoting_instance.cc |
| @@ -198,8 +198,9 @@ ChromotingInstance::ChromotingInstance(PP_Instance pp_instance) |
| // are not shared with Chrome. |
| thread_task_runner_handle_.reset( |
| new base::ThreadTaskRunnerHandle(plugin_task_runner_)); |
| - thread_wrapper_.reset( |
| - new jingle_glue::JingleThreadWrapper(plugin_task_runner_)); |
| + ProcessLogToUI("Initializing thread wrapper"); |
|
rmsousa
2015/01/27 00:48:48
Is this a debugging leftover?
Sergey Ulanov
2015/01/27 01:27:29
Yes. Thanks!
|
| + thread_wrapper_ = |
| + jingle_glue::JingleThreadWrapper::WrapTaskRunner(plugin_task_runner_); |
| media::InitializeCPUSpecificYUVConversions(); |
| // Register a global log handler. |