chromium/chrome/test/base/chrome_render_view_host_test_harness.cc

// Copyright 2012 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/test/base/chrome_render_view_host_test_harness.h"

#include <utility>

#include "base/functional/bind.h"
#include "build/build_config.h"
#include "build/chromeos_buildflags.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/signin/signin_error_controller_factory.h"

#if BUILDFLAG(IS_CHROMEOS_ASH)
#include "ash/shell.h"
#endif

RenderViewHostTester;
RenderViewHostTestHarness;

ChromeRenderViewHostTestHarness::~ChromeRenderViewHostTestHarness() = default;

TestingProfile* ChromeRenderViewHostTestHarness::profile() {}

void ChromeRenderViewHostTestHarness::TearDown() {}

TestingProfile::TestingFactories
ChromeRenderViewHostTestHarness::GetTestingFactories() const {}

std::unique_ptr<TestingProfile>
ChromeRenderViewHostTestHarness::CreateTestingProfile(
#if BUILDFLAG(IS_CHROMEOS_LACROS)
    bool is_main_profile
#endif  // BUILDFLAG(IS_CHROMEOS_LACROS)
) {}

std::unique_ptr<content::BrowserContext>
ChromeRenderViewHostTestHarness::CreateBrowserContext() {}