chromium/content/browser/font_service.cc

// Copyright 2015 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/browser/font_service.h"

#include "base/no_destructor.h"
#include "base/task/sequenced_task_runner.h"
#include "base/task/thread_pool.h"
#include "components/services/font/font_service_app.h"

namespace content {

namespace {

base::SequencedTaskRunner* GetServiceTaskRunner() {}

void BindToBackgroundFontService(
    mojo::PendingReceiver<font_service::mojom::FontService> receiver) {}

}  // namespace

void ConnectToFontService(
    mojo::PendingReceiver<font_service::mojom::FontService> receiver) {}

}  // namespace content