Index: chrome/test/ui/ui_test.cc |
=================================================================== |
--- chrome/test/ui/ui_test.cc (revision 180901) |
+++ chrome/test/ui/ui_test.cc (working copy) |
@@ -205,8 +205,7 @@ |
} |
if (!test_name_.empty()) |
launch_arguments_.AppendSwitchASCII(switches::kTestName, test_name_); |
- // TODO: !OS_WIN is temporary, will remove shortly. |
-#if defined(USE_AURA) && !defined(OS_WIN) |
+#if defined(USE_AURA) |
if (!CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kDisableTestCompositor)) { |
launch_arguments_.AppendSwitch(switches::kTestCompositor); |