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

Unified Diff: content/browser/media/media_browsertest.cc

Issue 798163004: remove some dead visual studio < 2013 code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no need to implement va_copy on windows anymore Created 6 years 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
Index: content/browser/media/media_browsertest.cc
diff --git a/content/browser/media/media_browsertest.cc b/content/browser/media/media_browsertest.cc
index 46f7a49b618867bfe9ed224022ce21a7a0ad5505..1e1e676503423d337a297b31f7625a9958543cb4 100644
--- a/content/browser/media/media_browsertest.cc
+++ b/content/browser/media/media_browsertest.cc
@@ -14,11 +14,7 @@
#include "net/test/spawned_test_server/spawned_test_server.h"
// TODO(wolenetz): Fix Media.YUV* tests on MSVS 2012 x64. crbug.com/180074
-#if defined(OS_WIN) && defined(ARCH_CPU_X86_64) && _MSC_VER == 1700
-#define MAYBE(x) DISABLED_##x
-#else
#define MAYBE(x) x
scottmg 2014/12/13 20:11:02 remove this and the MAYBEs below too
Mostyn Bramley-Moore 2014/12/13 20:22:45 Done. I should have spotted that myself :)
-#endif
namespace content {

Powered by Google App Engine
This is Rietveld 408576698