blob: 49d9f6e246dca2c4d0ee2cd796b133a4eb8c93de [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ACCESSIBILITY_ACCESSIBILITY_STATE_UTILS_H_
#define CHROME_BROWSER_ACCESSIBILITY_ACCESSIBILITY_STATE_UTILS_H_
namespace accessibility_state_utils {
// Returns true if a screen reader is enabled on any platform.
bool IsScreenReaderEnabled();
} // namespace accessibility_state_utils
#endif // CHROME_BROWSER_ACCESSIBILITY_ACCESSIBILITY_STATE_UTILS_H_