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