| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index 1a3986376225c18dc9e8b1a8894c04ecf3048cf4..cdb519f53a75c7737c87292ba19cb8c0c89635a1 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -282,12 +282,7 @@ int RunZygote(const MainFunctionParams& main_function_params,
|
| ScopedVector<ZygoteForkDelegate> zygote_fork_delegates;
|
| if (delegate) {
|
| delegate->ZygoteStarting(&zygote_fork_delegates);
|
| - // Each Renderer we spawn will re-attempt initialization of the media
|
| - // libraries, at which point failure will be detected and handled, so
|
| - // we do not need to cope with initialization failures here.
|
| - base::FilePath media_path;
|
| - if (PathService::Get(DIR_MEDIA_LIBS, &media_path))
|
| - media::InitializeMediaLibrary(media_path);
|
| + media::InitializeMediaLibrary();
|
| }
|
|
|
| // This function call can return multiple times, once per fork().
|
|
|