| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 456bc14ece3e58aed7dcd883277effe0f0b98c09..34c7fd1aee71ef38f023e2eea497146ea4f6029b 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -559,7 +559,7 @@ void BrowserMainLoop::MainMessageLoopStart() {
|
| #if !defined(OS_IOS)
|
| {
|
| TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:MediaFeatures");
|
| - media::InitializeCPUSpecificMediaFeatures();
|
| + media::InitializeMediaLibrary();
|
| }
|
| {
|
| TRACE_EVENT0("startup",
|
|
|