chromium/chrome/test/base/profile_waiter.cc

// Copyright 2021 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/profile_waiter.h"

#include "chrome/browser/browser_process.h"
#include "chrome/browser/profiles/profile.h"

ProfileWaiter::ProfileWaiter() {}

ProfileWaiter::~ProfileWaiter() = default;

Profile* ProfileWaiter::WaitForProfileAdded() {}

void ProfileWaiter::OnProfileAdded(Profile* profile) {}