// 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_PICTURE_IN_PICTURE_AUTO_PIP_SETTING_VIEW_H_ #define CHROME_BROWSER_PICTURE_IN_PICTURE_AUTO_PIP_SETTING_VIEW_H_ #include "base/functional/callback.h" #include "ui/views/bubble/bubble_dialog_delegate_view.h" // Creates and manages the content setting |BubbleDialogDelegate| for // autopip. This view contains the setting optioms and text displayed to the // user. class AutoPipSettingView : public views::BubbleDialogDelegate { … }; #endif // CHROME_BROWSER_PICTURE_IN_PICTURE_AUTO_PIP_SETTING_VIEW_H_