diff options
Diffstat (limited to 'chrome/browser/resource_dispatcher_host_uitest.cc')
-rw-r--r-- | chrome/browser/resource_dispatcher_host_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resource_dispatcher_host_uitest.cc b/chrome/browser/resource_dispatcher_host_uitest.cc index 339b1c9..82735dc 100644 --- a/chrome/browser/resource_dispatcher_host_uitest.cc +++ b/chrome/browser/resource_dispatcher_host_uitest.cc @@ -127,7 +127,7 @@ TEST_F(ResourceDispatcherTest, SyncXMLHttpRequestDuringUnload) { // (the bug would make this step hang the renderer). bool timed_out = false; tab->NavigateToURLWithTimeout(server.TestServerPageW(L"files/title2.html"), - action_timeout_ms(), + action_max_timeout_ms(), &timed_out); EXPECT_FALSE(timed_out); |