| Index: content/public/test/browser_test_base.cc
|
| diff --git a/content/public/test/browser_test_base.cc b/content/public/test/browser_test_base.cc
|
| index dde5a1ddc9e54d32fe8dcf498b256a4b67137990..bdcf33953fa67b59983e4ea9f1cfffc30bd6121c 100644
|
| --- a/content/public/test/browser_test_base.cc
|
| +++ b/content/public/test/browser_test_base.cc
|
| @@ -61,6 +61,8 @@ void BrowserTestBase::SetUp() {
|
|
|
| command_line->AppendSwitch(switches::kDomAutomationController);
|
|
|
| + command_line->AppendSwitch(switches::kSkipGpuDataLoading);
|
| +
|
| MainFunctionParams params(*command_line);
|
| params.ui_task =
|
| new base::Closure(
|
|
|