// Copyright 2019 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_BADGING_TEST_BADGE_MANAGER_DELEGATE_H_ #define CHROME_BROWSER_BADGING_TEST_BADGE_MANAGER_DELEGATE_H_ #include <vector> #include "base/functional/callback.h" #include "chrome/browser/badging/badge_manager.h" #include "chrome/browser/badging/badge_manager_delegate.h" #include "components/webapps/common/web_app_id.h" class Profile; namespace badging { class BadgeManager; AppBadge; ScopeBadge; // Testing delegate that records badge changes for apps. class TestBadgeManagerDelegate : public BadgeManagerDelegate { … }; } // namespace badging #endif // CHROME_BROWSER_BADGING_TEST_BADGE_MANAGER_DELEGATE_H_