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

Unified Diff: mojo/runner/host/child_process_host.h

Issue 1465183005: Rename mojo::TokenSerializer to mojo::Broker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win component Created 5 years, 1 month 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: mojo/runner/host/child_process_host.h
diff --git a/mojo/runner/host/child_process_host.h b/mojo/runner/host/child_process_host.h
index 65ca9c40c6d27e69eccad74afecdeb103c0d8f79..16717aaadbee112567111fe66001565058908a21 100644
--- a/mojo/runner/host/child_process_host.h
+++ b/mojo/runner/host/child_process_host.h
@@ -83,11 +83,9 @@ class ChildProcessHost {
ChildController::StartAppCallback on_app_complete_;
embedder::HandlePassingInformation handle_passing_info_;
-#if defined(OS_WIN)
// Used only when --use-new-edk is specified, as a communication channel for
- // TokenSerializer.
+ // Broker.
scoped_ptr<edk::PlatformChannelPair> serializer_platform_channel_pair_;
-#endif
// Since Start() calls a method on another thread, we use an event to block
// the main thread if it tries to destruct |this| while launching the process.

Powered by Google App Engine
This is Rietveld 408576698