chromium/chrome/browser/web_applications/test/web_app_icon_waiter.cc

// Copyright 2022 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/web_applications/test/web_app_icon_waiter.h"

#include "base/run_loop.h"
#include "base/test/bind.h"
#include "chrome/browser/web_applications/web_app_icon_manager.h"
#include "chrome/browser/web_applications/web_app_provider.h"
#include "chrome/browser/web_applications/web_app_utils.h"

WebAppIconWaiter::WebAppIconWaiter(Profile* profile,
                                   const webapps::AppId& app_id)
    :{}
void WebAppIconWaiter::Wait() {}
void WebAppIconWaiter::OnFaviconRead(const webapps::AppId& app_id) {}