summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/test/automation/automation_proxy_uitest.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc
index 5061cd4..261bdfc 100644
--- a/chrome/test/automation/automation_proxy_uitest.cc
+++ b/chrome/test/automation/automation_proxy_uitest.cc
@@ -286,10 +286,6 @@ TEST_F(AutomationProxyTest, NavigateToURLWithTimeout1) {
std::wstring title;
ASSERT_TRUE(tab->GetTabTitle(&title));
ASSERT_STREQ(L"Title Of Awesomeness", title.c_str());
-
- tab->NavigateToURLWithTimeout(net::FilePathToFileURL(filename),
- 1, &is_timeout);
- ASSERT_TRUE(is_timeout);
}
TEST_F(AutomationProxyTest, NavigateToURLWithTimeout2) {