1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "content/common/in_process_child_thread_params.h"
9 InProcessChildThreadParams::InProcessChildThreadParams(
10 const std::string
& channel_name
,
11 scoped_refptr
<base::SequencedTaskRunner
> io_runner
)
12 : channel_name_(channel_name
), io_runner_(io_runner
) {
15 InProcessChildThreadParams::~InProcessChildThreadParams() {
18 } // namespace content