summaryrefslogtreecommitdiffstats
path: root/views/view.h
diff options
context:
space:
mode:
authorrohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-29 03:24:45 +0000
committerrohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-29 03:24:45 +0000
commitd53049c6c12fa149fe048f23da143029f2f18ac5 (patch)
treec1a0138714b8ae0899a4a411cb40c7160629da24 /views/view.h
parent3f6eaabdb0c4460e62297465ccc9ba33aa3e6fc3 (diff)
downloadchromium_src-d53049c6c12fa149fe048f23da143029f2f18ac5.zip
chromium_src-d53049c6c12fa149fe048f23da143029f2f18ac5.tar.gz
chromium_src-d53049c6c12fa149fe048f23da143029f2f18ac5.tar.bz2
Revert 54074 - Add initial tests for keyboard access (tabbing in some dialogs).
BUG=none TEST=none Review URL: http://codereview.chromium.org/3015026 TBR=dtseng@chromium.org Review URL: http://codereview.chromium.org/3046031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54093 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/view.h')
-rw-r--r--views/view.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/views/view.h b/views/view.h
index c5268c2..22c38d0 100644
--- a/views/view.h
+++ b/views/view.h
@@ -558,14 +558,9 @@ class View : public AcceleratorTarget {
// TODO(klink): Move all this out to a AccessibleInfo wrapper class.
// Notify the platform specific accessibility client of changes in the user
- // interface. This will always raise native notifications.
+ // interface.
virtual void NotifyAccessibilityEvent(AccessibilityTypes::Event event_type);
- // Raise an accessibility notification with an option to also raise a native
- // notification.
- virtual void NotifyAccessibilityEvent(AccessibilityTypes::Event event_type,
- bool send_native_event);
-
// Returns the MSAA default action of the current view. The string returned
// describes the default action that will occur when executing
// IAccessible::DoDefaultAction. For instance, default action of a button is