| Index: content/test/browser_test_utils_browsertest.cc
|
| diff --git a/content/test/browser_test_utils_browsertest.cc b/content/test/browser_test_utils_browsertest.cc
|
| index 15f65aee3c4752f5af5ec61b6820a5f7fbe7d8ff..423f0975286551e5f2b6847e52f9f767be7626d1 100644
|
| --- a/content/test/browser_test_utils_browsertest.cc
|
| +++ b/content/test/browser_test_utils_browsertest.cc
|
| @@ -55,7 +55,7 @@ IN_PROC_BROWSER_TEST_F(CrossSiteRedirectorBrowserTest,
|
| VerifyCrossSiteRedirectURL) {
|
| // Map all hosts to localhost and setup the EmbeddedTestServer for redirects.
|
| host_resolver()->AddRule("*", "127.0.0.1");
|
| - ASSERT_TRUE(embedded_test_server()->InitializeAndWaitUntilReady());
|
| + ASSERT_TRUE(embedded_test_server()->Start());
|
| SetupCrossSiteRedirector(embedded_test_server());
|
|
|
| // Navigate to http://localhost:<port>/cross-site/foo.com/title2.html and
|
|
|