chromium/chrome/browser/profiles/keep_alive/profile_keep_alive_waiter.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/profiles/keep_alive/profile_keep_alive_waiter.h"

#include "chrome/browser/browser_process.h"
#include "chrome/browser/profiles/keep_alive/profile_keep_alive_types.h"
#include "chrome/browser/profiles/profile_manager.h"

ProfileKeepAliveAddedWaiter::ProfileKeepAliveAddedWaiter(
    Profile* observed_profile,
    ProfileKeepAliveOrigin observed_origin)
    :{}

ProfileKeepAliveAddedWaiter::~ProfileKeepAliveAddedWaiter() {}

void ProfileKeepAliveAddedWaiter::Wait() {}

void ProfileKeepAliveAddedWaiter::OnKeepAliveAdded(
    const Profile* profile,
    ProfileKeepAliveOrigin origin) {}