#include "components/performance_manager/test_support/test_harness_helper.h"
#include "base/functional/bind.h"
#include "base/run_loop.h"
#include "base/test/bind.h"
#include "components/performance_manager/embedder/performance_manager_registry.h"
#include "components/performance_manager/performance_manager_impl.h"
#include "content/public/browser/browser_context.h"
namespace performance_manager {
PerformanceManagerTestHarnessHelper::PerformanceManagerTestHarnessHelper() =
default;
PerformanceManagerTestHarnessHelper::~PerformanceManagerTestHarnessHelper() =
default;
void PerformanceManagerTestHarnessHelper::SetUp() { … }
void PerformanceManagerTestHarnessHelper::TearDown() { … }
void PerformanceManagerTestHarnessHelper::OnWebContentsCreated(
content::WebContents* contents) { … }
void PerformanceManagerTestHarnessHelper::OnBrowserContextAdded(
content::BrowserContext* browser_context) { … }
void PerformanceManagerTestHarnessHelper::OnBrowserContextRemoved(
content::BrowserContext* browser_context) { … }
}