Index: chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc |
diff --git a/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc b/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc |
index bc4f98a46fc1fb8e4ba9d9cc5fc1db6eaa25f11c..3e451413c671d367ac059f4b3efdcecda5ca8707 100644 |
--- a/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc |
+++ b/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc |
@@ -335,8 +335,7 @@ |
// |
// TODO(miu): Now that this test has been long-stable on Release build bots, it |
// should be enabled for the Debug build bots. http://crbug.com/396413 |
-// Disabled in MacOS: https://crbug.com/557929 |
-#if defined(NDEBUG) && !defined(OS_MACOSX) |
+#if defined(NDEBUG) |
#define MAYBE_EndToEnd EndToEnd |
#else |
#define MAYBE_EndToEnd DISABLED_EndToEnd |