// Copyright 2024 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_RENDERER_ACCESSIBILITY_READ_ALOUD_APP_MODEL_H_ #define CHROME_RENDERER_ACCESSIBILITY_READ_ALOUD_APP_MODEL_H_ #include "base/metrics/single_sample_metrics.h" #include "base/values.h" #include "chrome/common/accessibility/read_anything.mojom.h" #include "chrome/common/accessibility/read_anything_constants.h" #include "chrome/renderer/accessibility/read_aloud_traversal_utils.h" #include "ui/accessibility/ax_node_position.h" // A class that holds state related to Read Aloud for the // ReadAnythingAppController for the Read Anything WebUI app. class ReadAloudAppModel { … }; #endif // CHROME_RENDERER_ACCESSIBILITY_READ_ALOUD_APP_MODEL_H_