| 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 1124adabbe2e87a488bc29f6c6a154667c3fae77..4c1cbe0f735cd8c2eb7c6fc27a69958da8d674eb 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(
|
|
|