| Index: chrome/test/automated_ui_tests/automated_ui_test_base.cc
|
| diff --git a/chrome/test/automated_ui_tests/automated_ui_test_base.cc b/chrome/test/automated_ui_tests/automated_ui_test_base.cc
|
| index 981965dfd0f83d15f433d58a6f10084cd1633d36..bf3983168d98dfec89580711c6c41ad2a3bb7899 100644
|
| --- a/chrome/test/automated_ui_tests/automated_ui_test_base.cc
|
| +++ b/chrome/test/automated_ui_tests/automated_ui_test_base.cc
|
| @@ -292,6 +292,7 @@ bool AutomatedUITestBase::Navigate(const GURL& url) {
|
| }
|
| bool did_timeout = false;
|
| tab->NavigateToURLWithTimeout(url,
|
| + 1,
|
| command_execution_timeout_ms(),
|
| &did_timeout);
|
|
|
|
|