From d53a76b8bc94f47de9e22d345d849d6c5e5117ea Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Wed, 19 Aug 2009 18:00:55 +0000 Subject: Revert "Add automation call to wait for multiple navigations." Broke the page cyclers. TBR=tony Review URL: http://codereview.chromium.org/174065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23717 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/memory_test/memory_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test/memory_test/memory_test.cc') diff --git a/chrome/test/memory_test/memory_test.cc b/chrome/test/memory_test/memory_test.cc index 2bd8d1b..47ac960 100644 --- a/chrome/test/memory_test/memory_test.cc +++ b/chrome/test/memory_test/memory_test.cc @@ -249,7 +249,7 @@ class MemoryTest : public UITest { const int kMaxWaitTime = 5000; bool timed_out = false; - tab->NavigateToURLWithTimeout(GURL(urls[counter]), 1, kMaxWaitTime, + tab->NavigateToURLWithTimeout(GURL(urls[counter]), kMaxWaitTime, &timed_out); if (timed_out) printf("warning: %s timed out!\n", urls[counter].c_str()); -- cgit v1.1