summaryrefslogtreecommitdiffstats
path: root/mojo
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-25 19:46:51 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-25 19:46:51 +0000
commit6de145f689607d9f4f83ea22b95209e7ea4f2b82 (patch)
treec94324427b027ec19301d984ceb5c63268b69ade /mojo
parentc2a83b14b840696cc0a17a3e79b8c68f4096958c (diff)
downloadchromium_src-6de145f689607d9f4f83ea22b95209e7ea4f2b82.zip
chromium_src-6de145f689607d9f4f83ea22b95209e7ea4f2b82.tar.gz
chromium_src-6de145f689607d9f4f83ea22b95209e7ea4f2b82.tar.bz2
Mojo: Enable MultiprocessMessagePipeTest on Windows.
R=sky@chromium.org Review URL: https://codereview.chromium.org/199323004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259300 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo')
-rw-r--r--mojo/system/multiprocess_message_pipe_unittest.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/mojo/system/multiprocess_message_pipe_unittest.cc b/mojo/system/multiprocess_message_pipe_unittest.cc
index 94e619a..7e3637f 100644
--- a/mojo/system/multiprocess_message_pipe_unittest.cc
+++ b/mojo/system/multiprocess_message_pipe_unittest.cc
@@ -2,10 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// TODO(vtl): Enable this on non-POSIX once we have a non-POSIX implementation.
-#include "build/build_config.h"
-#if defined(OS_POSIX)
-
#include <stdint.h>
#include <string>
@@ -278,5 +274,3 @@ TEST_F(MultiprocessMessagePipeTest, QueueMessages) {
} // namespace
} // namespace system
} // namespace mojo
-
-#endif // defined(OS_POSIX)