// 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_UI_VIEWS_LOCATION_BAR_COOKIE_CONTROLS_COOKIE_CONTROLS_BUBBLE_VIEW_H_ #define CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_COOKIE_CONTROLS_COOKIE_CONTROLS_BUBBLE_VIEW_H_ #include "base/functional/callback.h" #include "ui/base/interaction/element_identifier.h" #include "ui/views/widget/widget.h" class CookieControlsContentView; namespace gfx { class Image; } namespace views { class View; } // Bubble view used to display the user bypass ui. This bubble view is // controlled by the CookieControlsBubbleViewController and contains a header // and a content views. class CookieControlsBubbleView { … }; #endif // CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_COOKIE_CONTROLS_COOKIE_CONTROLS_BUBBLE_VIEW_H_