| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 04640a899839dc85b42a6b22378f3a113376ea66..c1932efc516398c6079eb6c36af2d4362ecd32b1 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -546,7 +546,7 @@ void BrowserMainLoop::PostMainMessageLoopStart() {
|
| #if !defined(OS_IOS)
|
| {
|
| TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:MediaFeatures");
|
| - media::InitializeMediaLibrary();
|
| + media::InitializeCPUSpecificMediaFeatures();
|
| }
|
| {
|
| TRACE_EVENT0("startup",
|
|
|