#include "chrome/browser/ui/views/accessibility/caret_browsing_dialog_delegate.h"
#include <memory>
#include <utility>
#include "base/metrics/user_metrics.h"
#include "chrome/browser/ui/views/chrome_layout_provider.h"
#include "chrome/common/pref_names.h"
#include "chrome/grit/generated_resources.h"
#include "components/constrained_window/constrained_window_views.h"
#include "components/prefs/pref_service.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/metadata/metadata_impl_macros.h"
#include "ui/base/mojom/dialog_button.mojom.h"
#include "ui/base/mojom/ui_base_types.mojom-shared.h"
#include "ui/events/keycodes/keyboard_codes.h"
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/text_constants.h"
#include "ui/views/controls/button/checkbox.h"
#include "ui/views/controls/label.h"
#include "ui/views/layout/box_layout.h"
#include "ui/views/widget/widget.h"
#if BUILDFLAG(IS_CHROMEOS_ASH)
#include "chrome/browser/ash/accessibility/accessibility_manager.h"
#include "ui/events/ash/keyboard_capability.h"
#endif
void CaretBrowsingDialogDelegate::Show(gfx::NativeWindow parent_window,
PrefService* pref_service) { … }
CaretBrowsingDialogDelegate::CaretBrowsingDialogDelegate(
PrefService* pref_service)
: … { … }
CaretBrowsingDialogDelegate::~CaretBrowsingDialogDelegate() = default;
BEGIN_METADATA(…)