Index: chrome_frame/test/net/fake_external_tab.cc |
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc |
index d333c1360bfb730c26d83a67044cc2187821c34d..11aa8b8c02bad7aac6279d8a1acc493dc3c8eed7 100644 |
--- a/chrome_frame/test/net/fake_external_tab.cc |
+++ b/chrome_frame/test/net/fake_external_tab.cc |
@@ -528,10 +528,11 @@ void CFUrlRequestUnittestRunner::StartChromeFrameInHostBrowser() { |
ie_configurator_->ApplySettings(); |
} |
- test_http_server_.reset(new test_server::SimpleWebServer(kTestServerPort)); |
+ test_http_server_.reset(new test_server::SimpleWebServer("127.0.0.1", |
+ kTestServerPort)); |
test_http_server_->AddResponse(&chrome_frame_html_); |
std::wstring url(base::StringPrintf(L"http://localhost:%i/chrome_frame", |
- kTestServerPort).c_str()); |
+ kTestServerPort)); |
// Launch IE. This launches IE correctly on Vista too. |
base::win::ScopedHandle ie_process(chrome_frame_test::LaunchIE(url)); |