diff options
author | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-19 15:13:38 +0000 |
---|---|---|
committer | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-19 15:13:38 +0000 |
commit | ad2dba347d7bbc29177da53dba52d08fadd1e9e0 (patch) | |
tree | d7a90bc109da62bb3cc501b627809cb3c9bdaa7b /chrome/browser/views/about_chrome_view.h | |
parent | a89a55dd2a5fc953a936dbbbf0e5f00db0adf550 (diff) | |
download | chromium_src-ad2dba347d7bbc29177da53dba52d08fadd1e9e0.zip chromium_src-ad2dba347d7bbc29177da53dba52d08fadd1e9e0.tar.gz chromium_src-ad2dba347d7bbc29177da53dba52d08fadd1e9e0.tar.bz2 |
Revert 44907 - Add infrastructure for supporting Views to the accessibility extension api.
Only a few controls actually generate accessibility events to make sure
it works, this is mostly to get the infrastructure in place.
Note that the new files are analogous to:
chrome/browser/gtk/accessibility_event_router_gtk.cc
chrome/browser/gtk/accessibility_event_router_gtk.h
chrome/browser/gtk/accessibile_widget_helper_gtk.cc
chrome/browser/gtk/accessibile_widget_helper_gtk.h
Any design changes should be made to both sets of classes.
BUG=none
TEST=Added new unit test.
TBR=thomasvl
Review URL: http://codereview.chromium.org/1518029
TBR=dmazzoni@chromium.org
Review URL: http://codereview.chromium.org/1664004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44909 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/about_chrome_view.h')
-rw-r--r-- | chrome/browser/views/about_chrome_view.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/views/about_chrome_view.h b/chrome/browser/views/about_chrome_view.h index 56decd3..5bee7a9 100644 --- a/chrome/browser/views/about_chrome_view.h +++ b/chrome/browser/views/about_chrome_view.h @@ -24,7 +24,6 @@ class Throbber; class Window; } -class AccessibleViewHelper; class Profile; //////////////////////////////////////////////////////////////////////////////// @@ -170,8 +169,6 @@ class AboutChromeView : public views::View, CancelableRequestConsumer consumer_; #endif - scoped_ptr<AccessibleViewHelper> accessible_view_helper_; - DISALLOW_COPY_AND_ASSIGN(AboutChromeView); }; |