| Index: chrome/common/chrome_switches_uitest.cc
|
| diff --git a/chrome/common/chrome_switches_uitest.cc b/chrome/common/chrome_switches_uitest.cc
|
| index feb8d9dffffb13848b23da783c167898165d2647..0a6ebfd4ba410dd761914913b14ca9ff0217922f 100644
|
| --- a/chrome/common/chrome_switches_uitest.cc
|
| +++ b/chrome/common/chrome_switches_uitest.cc
|
| @@ -22,6 +22,7 @@ class HostRulesTest : public UITest {
|
|
|
| HostRulesTest::HostRulesTest()
|
| : test_server_(net::TestServer::TYPE_HTTP,
|
| + net::TestServer::kLocalhost,
|
| FilePath(FILE_PATH_LITERAL("chrome/test/data"))),
|
| test_server_started_(false) {
|
| dom_automation_enabled_ = true;
|
|
|