| Index: chrome/browser/views/bookmark_bar_view.h
|
| ===================================================================
|
| --- chrome/browser/views/bookmark_bar_view.h (revision 35834)
|
| +++ chrome/browser/views/bookmark_bar_view.h (working copy)
|
| @@ -112,6 +112,7 @@
|
| virtual int OnDragUpdated(const views::DropTargetEvent& event);
|
| virtual void OnDragExited();
|
| virtual int OnPerformDrop(const views::DropTargetEvent& event);
|
| + virtual void ShowContextMenu(int x, int y, bool is_mouse_gesture);
|
|
|
| // AccessibleToolbarView methods:
|
| virtual bool IsAccessibleViewTraversable(views::View* view);
|
|
|