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

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

Issue 10786038: Prevent loading libffmpegsumo.so to python (autotests) process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync + iteration Created 8 years, 5 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 5ef78020845b05c91a954479e3fb12e0e82f3c41..ed571d04a00ed73b0b8ae38402b1a9a01d97eefb 100644
--- a/chrome/test/base/chrome_test_suite.cc
+++ b/chrome/test/base/chrome_test_suite.cc
@@ -173,6 +173,7 @@ void ChromeTestSuite::Initialize() {
// Initialize after overriding paths as some content paths depend on correct
// values for DIR_EXE and DIR_MODULE.
+ content::ContentTestSuiteBase::DisableLoadingExternalLibraries();
jam 2012/07/23 23:02:40 now you're doing this for all chrome test suites,
glotov 2012/07/24 13:06:55 Done.
content::ContentTestSuiteBase::Initialize();
#if defined(OS_MACOSX)
« no previous file with comments | « no previous file | content/public/test/content_test_suite_base.h » ('j') | content/public/test/content_test_suite_base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698