Update UI for WebStore bundle installs.
[chromium-blink-merge.git] / content / common / in_process_child_thread_params.cc
blob13e93902da668aaac80994c98107dd69e5357480
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"
7 namespace content {
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