// Copyright 2015 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_TOOLBAR_TOOLBAR_ACTIONS_BAR_BUBBLE_DELEGATE_H_ #define CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_ACTIONS_BAR_BUBBLE_DELEGATE_H_ #include <string> #include "base/functional/callback_forward.h" #include "base/memory/raw_ptr.h" #include "ui/base/mojom/dialog_button.mojom.h" #include "ui/base/ui_base_types.h" namespace gfx { struct VectorIcon; } // A delegate for a generic bubble that hangs off the toolbar actions bar. class ToolbarActionsBarBubbleDelegate { … }; #endif // CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_ACTIONS_BAR_BUBBLE_DELEGATE_H_