summaryrefslogtreecommitdiffstats
path: root/chrome/browser/instant/instant_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/instant/instant_browsertest.cc')
-rw-r--r--chrome/browser/instant/instant_browsertest.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/browser/instant/instant_browsertest.cc b/chrome/browser/instant/instant_browsertest.cc
index 757af10..a9632cc 100644
--- a/chrome/browser/instant/instant_browsertest.cc
+++ b/chrome/browser/instant/instant_browsertest.cc
@@ -771,13 +771,7 @@ IN_PROC_BROWSER_TEST_F(InstantTest, DontCrashOnBlockedJS) {
// As long as we get the notification we're good (the renderer didn't crash).
}
-// Crashes on linux: http://crbug.com/77168.
-#if defined(TOOLKIT_VIEWS) && defined(OS_LINUX)
-#define MAYBE_DownloadOnEnter DISABLED_DownloadOnEnter
-#else
-#define MAYBE_DownloadOnEnter DownloadOnEnter
-#endif
-IN_PROC_BROWSER_TEST_F(InstantTest, MAYBE_DownloadOnEnter) {
+IN_PROC_BROWSER_TEST_F(InstantTest, DownloadOnEnter) {
ASSERT_TRUE(test_server()->Start());
EnableInstant();
// Make sure the browser window is the front most window.