chromium/chrome/browser/apps/app_discovery_service/app_discovery_util.h

// 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.

#ifndef CHROME_BROWSER_APPS_APP_DISCOVERY_SERVICE_APP_DISCOVERY_UTIL_H_
#define CHROME_BROWSER_APPS_APP_DISCOVERY_SERVICE_APP_DISCOVERY_UTIL_H_

#include <vector>

#include "base/callback_list.h"
#include "base/functional/callback.h"
#include "chrome/browser/apps/app_discovery_service/result.h"

namespace gfx {
class ImageSkia;
}  // namespace gfx

namespace apps {

enum class ResultType {};

enum class AppSource {};

// These values persist to logs. Entries should not be renumbered and numeric
// values should never be reused.
enum class DiscoveryError {};

ResultCallback;

RepeatingResultCallback;

ResultCallbackList;

GetIconCallback;

}  // namespace apps

#endif  // CHROME_BROWSER_APPS_APP_DISCOVERY_SERVICE_APP_DISCOVERY_UTIL_H_