| Index: remoting/host/simple_host_process.cc
|
| diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
|
| index 92b515e8113412c29f529a445876c4d9abf0bb67..336bac5f076e39db77b2e525bc5a522f3df3888b 100644
|
| --- a/remoting/host/simple_host_process.cc
|
| +++ b/remoting/host/simple_host_process.cc
|
| @@ -32,7 +32,6 @@
|
| #include "base/test/mock_chrome_application_mac.h"
|
| #include "base/threading/thread.h"
|
| #include "crypto/nss_util.h"
|
| -#include "media/base/media.h"
|
| #include "remoting/base/constants.h"
|
| #include "remoting/base/tracer.h"
|
| #include "remoting/host/capturer_fake.h"
|
| @@ -272,11 +271,6 @@ int main(int argc, char** argv) {
|
| base::AtExitManager exit_manager;
|
| crypto::EnsureNSPRInit();
|
|
|
| - FilePath media_module_path;
|
| - PathService::Get(base::DIR_MODULE, &media_module_path);
|
| - CHECK(media::InitializeMediaLibrary(media_module_path))
|
| - << "Cannot load media library";
|
| -
|
| #if defined(TOOLKIT_USES_GTK)
|
| gfx::GtkInitFromCommandLine(*cmd_line);
|
| #endif // TOOLKIT_USES_GTK
|
|
|