Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: chrome/test/base/chrome_test_suite.cc

Issue 1141703002: Chromium changes for static linking ffmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roll DEPS to fix cros, rebase. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/sync_integration_tests.isolate ('k') | chrome/test/chromeos/autotest/files/client/deps/chrome_test/setup_test_links.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698