// Copyright 2010 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_UI_EXTENSIONS_EXTENSION_ACTION_TEST_HELPER_H_ #define CHROME_BROWSER_UI_EXTENSIONS_EXTENSION_ACTION_TEST_HELPER_H_ #include <stddef.h> #include <memory> #include <string> #include "extensions/common/extension_id.h" #include "ui/gfx/native_widget_types.h" class Browser; class ExtensionsContainer; namespace gfx { class Image; class Size; } // namespace gfx // TODO(crbug.com/40177062): A lot of this class can be cleaned up for // the new toolbar UI. Some of it may also be removable, since we now have // the platform-abstract ExtensionsContainer class. class ExtensionActionTestHelper { … }; #endif // CHROME_BROWSER_UI_EXTENSIONS_EXTENSION_ACTION_TEST_HELPER_H_