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

Side by Side Diff: mojo/edk/system/message_pipe_test_utils.h

Issue 1956843002: EDK: Make TransportData preserve handle rights. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 months 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 unified diff | Download patch
« no previous file with comments | « mojo/edk/system/message_pipe_endpoint.h ('k') | mojo/edk/system/transport_data.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_ 5 #ifndef MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_
6 #define MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_ 6 #define MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "mojo/edk/platform/scoped_platform_handle.h" 10 #include "mojo/edk/platform/scoped_platform_handle.h"
11 #include "mojo/edk/system/channel.h" 11 #include "mojo/edk/system/channel.h"
12 #include "mojo/edk/system/handle_signals_state.h"
12 #include "mojo/edk/system/test/test_io_thread.h" 13 #include "mojo/edk/system/test/test_io_thread.h"
13 #include "mojo/edk/test/multiprocess_test_helper.h" 14 #include "mojo/edk/test/multiprocess_test_helper.h"
14 #include "mojo/edk/util/ref_ptr.h" 15 #include "mojo/edk/util/ref_ptr.h"
15 #include "mojo/public/cpp/system/macros.h" 16 #include "mojo/public/cpp/system/macros.h"
16 17
17 namespace mojo { 18 namespace mojo {
18 19
19 namespace embedder { 20 namespace embedder {
20 class PlatformSupport; 21 class PlatformSupport;
21 } 22 }
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 74
74 MOJO_DISALLOW_COPY_AND_ASSIGN(MultiprocessMessagePipeTestBase); 75 MOJO_DISALLOW_COPY_AND_ASSIGN(MultiprocessMessagePipeTestBase);
75 }; 76 };
76 #endif 77 #endif
77 78
78 } // namespace test 79 } // namespace test
79 } // namespace system 80 } // namespace system
80 } // namespace mojo 81 } // namespace mojo
81 82
82 #endif // MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_ 83 #endif // MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_
OLDNEW
« no previous file with comments | « mojo/edk/system/message_pipe_endpoint.h ('k') | mojo/edk/system/transport_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698