diff options
Diffstat (limited to 'chrome/views/widget/root_view_win.cc')
-rw-r--r-- | chrome/views/widget/root_view_win.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/views/widget/root_view_win.cc b/chrome/views/widget/root_view_win.cc index 89f198e..1beff61 100644 --- a/chrome/views/widget/root_view_win.cc +++ b/chrome/views/widget/root_view_win.cc @@ -49,14 +49,6 @@ void RootView::OnPaint(HWND hwnd) { } } -bool RootView::GetAccessibleRole(VARIANT* role) { - DCHECK(role); - - role->vt = VT_I4; - role->lVal = ROLE_SYSTEM_APPLICATION; - return true; -} - void RootView::StartDragForViewFromMouseEvent( View* view, IDataObject* data, |