chromium/chrome/browser/spellchecker/spell_check_initialization_host_impl.cc

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

#include "chrome/browser/spellchecker/spell_check_initialization_host_impl.h"

#include "chrome/browser/spellchecker/spellcheck_factory.h"
#include "chrome/browser/spellchecker/spellcheck_service.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/render_process_host.h"
#include "mojo/public/cpp/bindings/self_owned_receiver.h"

SpellCheckInitializationHostImpl::SpellCheckInitializationHostImpl(
    int render_process_id)
    :{}

SpellCheckInitializationHostImpl::~SpellCheckInitializationHostImpl() = default;

// static
void SpellCheckInitializationHostImpl::Create(
    int render_process_id,
    mojo::PendingReceiver<spellcheck::mojom::SpellCheckInitializationHost>
        receiver) {}

void SpellCheckInitializationHostImpl::RequestDictionary() {}