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

Unified Diff: mojo/edk/test/multiprocess_test_helper.h

Issue 1665573002: Rename some variables platform_channel_pair -> platform_pipe. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/edk/system/master_connection_manager.cc ('k') | mojo/edk/test/multiprocess_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/test/multiprocess_test_helper.h
diff --git a/mojo/edk/test/multiprocess_test_helper.h b/mojo/edk/test/multiprocess_test_helper.h
index 152de14f3d6df20b946f1f812f3a80a244760240..53f7e0b74ac5e9ae8933a7c32d65e73a75d432c0 100644
--- a/mojo/edk/test/multiprocess_test_helper.h
+++ b/mojo/edk/test/multiprocess_test_helper.h
@@ -61,7 +61,7 @@ class MultiprocessTestHelper final {
static platform::ScopedPlatformHandle client_platform_handle;
private:
- std::unique_ptr<platform::PlatformPipe> platform_channel_pair_;
+ std::unique_ptr<platform::PlatformPipe> platform_pipe_;
// Valid after |StartChild()| and before |WaitForChildShutdown()|.
base::Process test_child_;
« no previous file with comments | « mojo/edk/system/master_connection_manager.cc ('k') | mojo/edk/test/multiprocess_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698