Commit 1655ad39 authored by scottmg@chromium.org's avatar scottmg@chromium.org

remove unnecessary Shell::Initialize causing DCHECK on gpu_win bots

It's already called in ShellBrowserMainParts::PreMainMessageLoopRun
which happens earlier.

R=piman@chromium.org
BUG=292874

Review URL: https://chromiumcodereview.appspot.com/23619061

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223553 0039d316-1c4b-4281-b951-d872f2087c98
parent 7dfcdfc2
...@@ -70,7 +70,6 @@ class GpuFunctionalTest : public ContentBrowserTest { ...@@ -70,7 +70,6 @@ class GpuFunctionalTest : public ContentBrowserTest {
} }
void VerifyGPUProcessOnPage(std::string filename, bool wait) { void VerifyGPUProcessOnPage(std::string filename, bool wait) {
Shell::Initialize();
ASSERT_TRUE(test_server()->Start()); ASSERT_TRUE(test_server()->Start());
DOMMessageQueue message_queue; DOMMessageQueue message_queue;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment