Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: trunk/src/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc

Issue 22996005: Revert 217722 "[Sheriff] Disable SafeBrowsingBlockingPageTest.Ma..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
===================================================================
--- trunk/src/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc (revision 217731)
+++ trunk/src/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc (working copy)
@@ -707,13 +707,7 @@
browser()->tab_strip_model()->GetActiveWebContents()->GetURL());
}
-// Disabled on Win Aura because it is flaky: crbug.com/273302.
-#if defined(OS_WIN) && defined(USE_AURA)
-#define MAYBE_SafeBrowsingBlockingPageTest DISABLED_SafeBrowsingBlockingPageTest
-#else
-#define MAYBE_SafeBrowsingBlockingPageTest SafeBrowsingBlockingPageTest
-#endif
-IN_PROC_BROWSER_TEST_F(MAYBE_SafeBrowsingBlockingPageTest,
+IN_PROC_BROWSER_TEST_F(SafeBrowsingBlockingPageTest,
MalwareIframeReportDetails) {
GURL url = SetupMalwareIframeWarningAndNavigate();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698