Index: chrome/browser/iframe_uitest.cc |
diff --git a/chrome/browser/iframe_uitest.cc b/chrome/browser/iframe_uitest.cc |
index 15a1b113bd5716439d85507054aab233310faec6..d2553444f4e883bd963125284df7c0599e2a9756 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. |
} |
}; |