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