blob: 9529a97d3a13b5a2698acc4b4206c125871a4d97 [file] [log] [blame]
Avi Drissman3e1a26c2022-09-15 20:26:031// Copyright 2014 The Chromium Authors
dtsengad8ae0f2014-11-04 19:56:242// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
Erik Chen2ccece52021-03-18 01:59:155#ifndef UI_ACCESSIBILITY_AX_ACTION_HANDLER_REGISTRY_H_
6#define UI_ACCESSIBILITY_AX_ACTION_HANDLER_REGISTRY_H_
dtsengad8ae0f2014-11-04 19:56:247
Erik Chen280765ec2021-03-18 23:24:028#include <cstdint>
dtsengad8ae0f2014-11-04 19:56:249#include <map>
thestigcf9519fa2016-08-30 05:50:5410#include <utility>
dtsengad8ae0f2014-11-04 19:56:2411
Erik Chen280765ec2021-03-18 23:24:0212#include "base/observer_list.h"
Mario Sanchez Prada1b559ffe2020-07-14 12:58:3013#include "ui/accessibility/ax_action_handler.h"
Dominic Mazzonic39830f2021-02-02 05:58:2614#include "ui/accessibility/ax_base_export.h"
Dominic Mazzoni336bc0062018-09-23 16:46:4315#include "ui/accessibility/ax_tree_id.h"
avib7348942015-12-25 20:57:10