summaryrefslogtreecommitdiffstats
path: root/chrome/browser/iframe_uitest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/iframe_uitest.cc')
-rw-r--r--chrome/browser/iframe_uitest.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/iframe_uitest.cc b/chrome/browser/iframe_uitest.cc
index 15a1b11..d255344 100644
--- a/chrome/browser/iframe_uitest.cc
+++ b/chrome/browser/iframe_uitest.cc
@@ -4,7 +4,6 @@
#include "base/basictypes.h"
#include "base/file_path.h"
-#include "base/platform_thread.h"
#include "build/build_config.h"
#include "chrome/test/ui/ui_test.h"
#include "net/base/net_util.h"
@@ -16,13 +15,7 @@ class IFrameTest : public UITest {
test_file = test_file.AppendASCII(url);
NavigateToURL(net::FilePathToFileURL(test_file));
- // The browser lazily updates the title.
- PlatformThread::Sleep(sleep_timeout_ms());
-
- // Make sure the navigation succeeded.
EXPECT_EQ(std::wstring(page_title), GetActiveTabTitle());
-
- // UITest will check if this crashed.
}
};