| Index: chrome/test/automation/tab_proxy.cc
|
| diff --git a/chrome/test/automation/tab_proxy.cc b/chrome/test/automation/tab_proxy.cc
|
| index e36d683690e27bcfd9d98cb1ad503f089ec1f10f..a70351f0a5d53d4a755f3f6ea8bed5c0933ac1fd 100644
|
| --- a/chrome/test/automation/tab_proxy.cc
|
| +++ b/chrome/test/automation/tab_proxy.cc
|
| @@ -72,7 +72,7 @@ int TabProxy::FindInPage(const std::wstring& search_string,
|
| }
|
|
|
| AutomationMsg_NavigationResponseValues TabProxy::NavigateToURL(const GURL& url) {
|
| - return NavigateToURLWithTimeout(url, INFINITE, NULL);
|
| + return NavigateToURLWithTimeout(url, base::kNoTimeout, NULL);
|
| }
|
|
|
| AutomationMsg_NavigationResponseValues TabProxy::NavigateToURLWithTimeout(
|
|
|