diff options
Diffstat (limited to 'chrome/test/automation/tab_proxy.cc')
-rw-r--r-- | chrome/test/automation/tab_proxy.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/automation/tab_proxy.cc b/chrome/test/automation/tab_proxy.cc index 4033d65..07656e8 100644 --- a/chrome/test/automation/tab_proxy.cc +++ b/chrome/test/automation/tab_proxy.cc @@ -71,7 +71,8 @@ int TabProxy::FindInPage(const std::wstring& search_string, return matches; } -AutomationMsg_NavigationResponseValues TabProxy::NavigateToURL(const GURL& url) { +AutomationMsg_NavigationResponseValues TabProxy::NavigateToURL( + const GURL& url) { return NavigateToURLWithTimeout(url, base::kNoTimeout, NULL); } |