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

Unified Diff: content/common/in_process_child_thread_params.cc

Issue 2389193004: Always use ChannelMojo for content child processes. (Closed)
Patch Set: Created 4 years, 2 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/gpu/gpu_child_thread.cc » ('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 79cd7e8f0b0e080a9dab8a1cad5a088c483f451a..c8723bf215f205127cd6d155cb5afa0e435ee612 100644
--- a/content/common/in_process_child_thread_params.cc
+++ b/content/common/in_process_child_thread_params.cc
@@ -7,11 +7,9 @@
namespace content {
InProcessChildThreadParams::InProcessChildThreadParams(
- const std::string& channel_name,
scoped_refptr<base::SequencedTaskRunner> io_runner,
const std::string& application_token)
- : channel_name_(channel_name), io_runner_(io_runner),
- application_token_(application_token) {}
+ : io_runner_(io_runner), application_token_(application_token) {}
InProcessChildThreadParams::InProcessChildThreadParams(
const InProcessChildThreadParams& other) = default;
« no previous file with comments | « content/common/in_process_child_thread_params.h ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698