// 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. #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_MENU_ICON_LOADER_H_ #define CHROME_BROWSER_EXTENSIONS_EXTENSION_MENU_ICON_LOADER_H_ #include "chrome/browser/extensions/menu_icon_loader.h" #include "chrome/browser/extensions/menu_manager.h" #include "extensions/browser/extension_icon_manager.h" namespace content { class BrowserContext; } // namespace content namespace gfx { class Image; } // namespace gfx namespace extensions { class Extension; // This is a wrapper class around |ExtensionIconManager| to be used for the // Context Menus API. class ExtensionMenuIconLoader : public MenuIconLoader { … }; } // namespace extensions #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_MENU_ICON_LOADER_H_