diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-22 15:50:27 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-22 15:50:27 +0000 |
commit | 222ed2d867d2431f6f49419d80ee7963a15d98fd (patch) | |
tree | 9917226c2b3ca17c7eed3ac290d398cde4bf4512 /views/view.h | |
parent | ed256c7bd9828576ce865926e898a6c592b14037 (diff) | |
download | chromium_src-222ed2d867d2431f6f49419d80ee7963a15d98fd.zip chromium_src-222ed2d867d2431f6f49419d80ee7963a15d98fd.tar.gz chromium_src-222ed2d867d2431f6f49419d80ee7963a15d98fd.tar.bz2 |
Revert "Keyboard accessibility for the page and app menus."
This reverts commit 42217.
TBR=dmzazzoni
Review URL: http://codereview.chromium.org/1154003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42218 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/view.h')
-rw-r--r-- | views/view.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/views/view.h b/views/view.h index f2469f7..f83793b 100644 --- a/views/view.h +++ b/views/view.h @@ -609,12 +609,6 @@ class View : public AcceleratorTarget { // accessibility focus. virtual View* GetAccFocusedChildView() { return NULL; } - // Try to give accessibility focus to a given child view. Returns true on - // success. Returns false if this view isn't already focused, if it doesn't - // support accessibility focus for children, or if the given view isn't a - // valid child view that can receive accessibility focus. - virtual bool SetAccFocusedChildView(View* child_view) { return false; } - // Utility functions // Note that the utility coordinate conversions functions always operate on |