Chromium Code Reviews| Index: remoting/host/simple_host_process.cc |
| diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc |
| index 3e6000c01d17d39f54f2e82bc2304f29820dbb46..01c9107081a9d1529f014afa5dbaaee69411bd10 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" |
| @@ -279,8 +278,6 @@ int main(int argc, char** argv) { |
| FilePath media_module_path; |
| PathService::Get(base::DIR_MODULE, &media_module_path); |
|
Wez
2011/08/17 00:54:07
This can go, too; we only fetch the module directo
scherkus (not reviewing)
2011/08/17 02:59:36
Done.
|
| - CHECK(media::InitializeMediaLibrary(media_module_path)) |
| - << "Cannot load media library"; |
| #if defined(TOOLKIT_USES_GTK) |
| gfx::GtkInitFromCommandLine(*cmd_line); |