| // 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 UI_ACCESSIBILITY_ANDROID_UI_ACCESSIBILITY_FEATURES_H_ |
| #define UI_ACCESSIBILITY_ANDROID_UI_ACCESSIBILITY_FEATURES_H_ |
| |
| #include "base/feature_list.h" |
| |
| namespace ui { |
| // Use precise accessibility calculation for start surface feature. |
| BASE_DECLARE_FEATURE(kStartSurfaceAccessibilityCheck); |
| } // namespace ui |
| |
| #endif // UI_ACCESSIBILITY_ANDROID_UI_ACCESSIBILITY_FEATURES_H_ |