| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index 34aa83ffcbef28826cfac85d3a8268af378551c6..943d1d8e2e2dd54e9fae0158b32cf81da4227794 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -1555,8 +1555,8 @@ int HostProcessMain() {
|
| // single-threaded.
|
| net::EnableSSLServerSockets();
|
|
|
| - // Ensures that media library and specific CPU features are initialized.
|
| - media::InitializeMediaLibrary();
|
| + // Ensures runtime specific CPU features are initialized.
|
| + media::InitializeCPUSpecificMediaFeatures();
|
|
|
| // Create the main message loop and start helper threads.
|
| base::MessageLoopForUI message_loop;
|
|
|