Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1826)

Unified Diff: views/accessibility/native_view_accessibility_win.h

Issue 6995126: Make web content accessibility tree a descendant of main window's tree again (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/native_widget_types.h ('k') | views/accessibility/native_view_accessibility_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/accessibility/native_view_accessibility_win.h
===================================================================
--- views/accessibility/native_view_accessibility_win.h (revision 88807)
+++ views/accessibility/native_view_accessibility_win.h (working copy)
@@ -16,11 +16,8 @@
#include "views/controls/native/native_view_host.h"
#include "views/view.h"
-namespace views {
-extern const char kViewsNativeHostPropForAccessibility[];
// Note: do not put NativeViewAccessibilityWin in the namespace "views";
// Visual Studio 2005 does not allow an ATL::CComObject symbol in a namespace.
-}
////////////////////////////////////////////////////////////////////////////////
//
@@ -43,9 +40,6 @@
// Create method for view accessibility.
static scoped_refptr<NativeViewAccessibilityWin> Create(views::View* view);
- // Returns the IAccessible interface for a view.
- static IAccessible* GetAccessibleForView(views::View* view);
-
virtual ~NativeViewAccessibilityWin();
void set_view(views::View* view) { view_ = view; }
@@ -150,14 +144,6 @@
// Helper function which sets applicable states of view.
void SetState(VARIANT* msaa_state, views::View* view);
- // Returns the IAccessible interface for a native view if applicable.
- // Returns S_OK on success.
- static HRESULT GetNativeIAccessibleInterface(
- views::NativeViewHost* native_host, IAccessible** accessible);
-
- static HRESULT GetNativeIAccessibleInterface(
- HWND native_view_window, IAccessible** accessible);
-
// Give CComObject access to the class constructor.
template <class Base> friend class CComObject;
« no previous file with comments | « ui/gfx/native_widget_types.h ('k') | views/accessibility/native_view_accessibility_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698