From d53049c6c12fa149fe048f23da143029f2f18ac5 Mon Sep 17 00:00:00 2001 From: "rohitrao@chromium.org" Date: Thu, 29 Jul 2010 03:24:45 +0000 Subject: 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 --- views/views_delegate.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'views/views_delegate.h') diff --git a/views/views_delegate.h b/views/views_delegate.h index 27e4498..bc05b45 100644 --- a/views/views_delegate.h +++ b/views/views_delegate.h @@ -11,8 +11,6 @@ #include #endif -#include "views/accessibility/accessibility_types.h" - class Clipboard; namespace gfx { @@ -21,8 +19,6 @@ class Rect; namespace views { -class View; - // ViewsDelegate is an interface implemented by an object using the views // framework. It is used to obtain various high level application utilities // and perform some actions such as window placement saving. @@ -52,11 +48,6 @@ class ViewsDelegate { virtual bool GetSavedMaximizedState(const std::wstring& window_name, bool* maximized) const = 0; - // Notify the delegate that an accessibility event has happened in - // a particular view. - virtual void NotifyAccessibilityEvent( - views::View* view, AccessibilityTypes::Event event_type) = 0; - #if defined(OS_WIN) // Retrieves the default window icon to use for windows if none is specified. virtual HICON GetDefaultWindowIcon() const = 0; -- cgit v1.1