| Index: chrome/test/base/chrome_test_suite.cc
|
| diff --git a/chrome/test/base/chrome_test_suite.cc b/chrome/test/base/chrome_test_suite.cc
|
| index a2258b5d531b36ff6bc8be5ba804a96605e70461..933d6a00d76025e0ff7d68489007e2db1044f4bb 100644
|
| --- a/chrome/test/base/chrome_test_suite.cc
|
| +++ b/chrome/test/base/chrome_test_suite.cc
|
| @@ -82,7 +82,7 @@ void ChromeTestSuite::Initialize() {
|
| // ChromeOS. That means we are autotest and, if ASAN is used,
|
| // external libraries load crashes.
|
| if (!IsCrosPythonProcess())
|
| - media::InitializeMediaLibraryForTesting();
|
| + media::InitializeMediaLibrary();
|
| #endif
|
|
|
| // Initialize after overriding paths as some content paths depend on correct
|
|
|