diff options
author | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-04 23:32:20 +0000 |
---|---|---|
committer | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-04 23:32:20 +0000 |
commit | 10760e4acd398a047a25284b308134760ce2c0c6 (patch) | |
tree | 7131003922c3befdd30d761cda668572bd7387bb /content/content_common.gypi | |
parent | fa94127695795ba1b35953a88d829e4381e78e7b (diff) | |
download | chromium_src-10760e4acd398a047a25284b308134760ce2c0c6.zip chromium_src-10760e4acd398a047a25284b308134760ce2c0c6.tar.gz chromium_src-10760e4acd398a047a25284b308134760ce2c0c6.tar.bz2 |
Use Blink accessibility enums in Chromium
This is a refactoring-only change! Eliminates enums for
accessibility roles, states, and notifications and uses
equivalent enums from Blink instead. Saves several
giant switch statements, saves a few characters per
line, and makes future changes to roles and states simpler.
Another benefit is that you can search for a role, state,
or event and find all of the places where it's used throughout
the code at once.
Also renames WebAccessibilityObject -> WebAXObject
and notification -> event in the context of accessibility.
BUG=269034
Review URL: https://chromiumcodereview.appspot.com/23651003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221295 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 0f91308..9a2c6ac 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -102,7 +102,6 @@ 'public/common/webplugininfo.h', 'public/common/zygote_fork_delegate_linux.h', 'common/accessibility_messages.h', - 'common/accessibility_notification.h', 'common/accessibility_node_data.cc', 'common/accessibility_node_data.h', 'common/all_messages.h', |