summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/bookmark_bar_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/bookmark_bar_view.h')
-rw-r--r--chrome/browser/views/bookmark_bar_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/views/bookmark_bar_view.h b/chrome/browser/views/bookmark_bar_view.h
index d667ad4..37b606f 100644
--- a/chrome/browser/views/bookmark_bar_view.h
+++ b/chrome/browser/views/bookmark_bar_view.h
@@ -134,8 +134,9 @@ class BookmarkBarView : public DetachableToolbarView,
virtual int OnPerformDrop(const views::DropTargetEvent& event);
virtual void ShowContextMenu(const gfx::Point& p, bool is_mouse_gesture);
- // AccessibleToolbarView methods:
+ // AccessiblePaneView methods:
virtual bool IsAccessibleViewTraversable(views::View* view);
+ virtual AccessibilityTypes::Role GetAccessibleRole();
// ProfileSyncServiceObserver method.
virtual void OnStateChanged();