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

Unified Diff: chrome/browser/media/webrtc/desktop_media_list_ash_unittest.cc

Issue 2487523002: Remove redundant disabling of DesktopMediaListAshTest. (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/media/webrtc/desktop_media_list_ash_unittest.cc
diff --git a/chrome/browser/media/webrtc/desktop_media_list_ash_unittest.cc b/chrome/browser/media/webrtc/desktop_media_list_ash_unittest.cc
index fd11ac76447aad67d3adb576ab1ec6cd56da9e0e..39d98cc18dc2f340623e3740c4bb4f8e0e84f4ec 100644
--- a/chrome/browser/media/webrtc/desktop_media_list_ash_unittest.cc
+++ b/chrome/browser/media/webrtc/desktop_media_list_ash_unittest.cc
@@ -103,14 +103,7 @@ TEST_F(DesktopMediaListAshTest, ScreenOnly) {
base::RunLoop().Run();
}
-// Times out on Win DrMemory bot. http://crbug.com/493187
-#if defined(OS_WIN)
-#define MAYBE_WindowOnly DISABLED_WindowOnly
-#else
-#define MAYBE_WindowOnly WindowOnly
-#endif
-
-TEST_F(DesktopMediaListAshTest, MAYBE_WindowOnly) {
+TEST_F(DesktopMediaListAshTest, WindowOnly) {
CreateList(DesktopMediaListAsh::WINDOWS);
std::unique_ptr<aura::Window> window(CreateTestWindowInShellWithId(0));
« 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