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

Unified Diff: content/common/in_process_child_thread_params.cc

Issue 1901513003: Re-land: "Use a token to initialise ChannelMojo and MojoApplication everywhere." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « content/common/in_process_child_thread_params.h ('k') | content/common/mojo/channel_init.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/in_process_child_thread_params.cc
diff --git a/content/common/in_process_child_thread_params.cc b/content/common/in_process_child_thread_params.cc
index 25162b7cddc7ae814963bc5af161e0a03f758857..47e0fd9404a7166d6aa977720ea3c733b059c4eb 100644
--- a/content/common/in_process_child_thread_params.cc
+++ b/content/common/in_process_child_thread_params.cc
@@ -9,9 +9,9 @@ namespace content {
InProcessChildThreadParams::InProcessChildThreadParams(
const std::string& channel_name,
scoped_refptr<base::SequencedTaskRunner> io_runner,
- mojo::MessagePipeHandle handle,
+ const std::string& ipc_token,
const std::string& application_token)
- : channel_name_(channel_name), io_runner_(io_runner), handle_(handle),
+ : channel_name_(channel_name), io_runner_(io_runner), ipc_token_(ipc_token),
application_token_(application_token) {}
InProcessChildThreadParams::InProcessChildThreadParams(
« no previous file with comments | « content/common/in_process_child_thread_params.h ('k') | content/common/mojo/channel_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698