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

Unified Diff: chrome/browser/apps/guest_view/web_view_browsertest.cc

Issue 2468423005: Revert of Disable (temporarily) WebView Browsertests on Mac build bots. (Closed)
Patch Set: Created 4 years, 1 month 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: chrome/browser/apps/guest_view/web_view_browsertest.cc
diff --git a/chrome/browser/apps/guest_view/web_view_browsertest.cc b/chrome/browser/apps/guest_view/web_view_browsertest.cc
index bdd47777d5e4fe7225e4b9e66cb75954e92647a3..bfadcac4a770d8ac008f3a137a4d2aedb8914a5e 100644
--- a/chrome/browser/apps/guest_view/web_view_browsertest.cc
+++ b/chrome/browser/apps/guest_view/web_view_browsertest.cc
@@ -98,10 +98,6 @@
#include "chrome/browser/chromeos/accessibility/speech_monitor.h"
#endif
-// Turn these tests off on Mac while we collect data on windows server crashes
-// on mac chromium builders. https://crbug.com/653353
-#if !defined(OS_MACOSX)
-
using extensions::ContextMenuMatcher;
using extensions::ExtensionsAPIClient;
using extensions::MenuItem;
@@ -3851,5 +3847,3 @@
EXPECT_TRUE(aura_webview->HasFocus());
}
#endif
-
-#endif // !defined(OS_MACOSX)
« 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