chromium/content/child/sandboxed_process_thread_type_handler.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "content/child/sandboxed_process_thread_type_handler.h"

#include "content/child/child_thread_impl.h"
#include "content/common/thread_type_switcher.mojom.h"

namespace content {

namespace {

SandboxedProcessThreadTypeHandler* g_sandboxed_process_thread_type_handler =;

}  // namespace

SandboxedProcessThreadTypeHandler::SandboxedProcessThreadTypeHandler() {}

SandboxedProcessThreadTypeHandler::~SandboxedProcessThreadTypeHandler() {}

// static
void SandboxedProcessThreadTypeHandler::Create() {}

// static
void SandboxedProcessThreadTypeHandler::NotifyMainChildThreadCreated() {}

// static
SandboxedProcessThreadTypeHandler* SandboxedProcessThreadTypeHandler::Get() {}

bool SandboxedProcessThreadTypeHandler::HandleThreadTypeChange(
    base::PlatformThreadId thread_id,
    base::ThreadType thread_type) {}

void SandboxedProcessThreadTypeHandler::ConnectThreadTypeSwitcher() {}

}  // namespace content