summaryrefslogtreecommitdiffstats
path: root/chrome/test/memory_test/memory_test.cc
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-19 18:00:55 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-19 18:00:55 +0000
commitd53a76b8bc94f47de9e22d345d849d6c5e5117ea (patch)
treed05fbb167ca14b7dd36060cb6d2ceb123581728b /chrome/test/memory_test/memory_test.cc
parent38355fcc73d873e8e8e56b4d8c46f0d703a36543 (diff)
downloadchromium_src-d53a76b8bc94f47de9e22d345d849d6c5e5117ea.zip
chromium_src-d53a76b8bc94f47de9e22d345d849d6c5e5117ea.tar.gz
chromium_src-d53a76b8bc94f47de9e22d345d849d6c5e5117ea.tar.bz2
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
Diffstat (limited to 'chrome/test/memory_test/memory_test.cc')
-rw-r--r--chrome/test/memory_test/memory_test.cc2
1 files changed, 1 insertions, 1 deletions
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());