| Index: chrome/browser/ui/views/toolbar_view.h
|
| diff --git a/chrome/browser/ui/views/toolbar_view.h b/chrome/browser/ui/views/toolbar_view.h
|
| index c36801ab640c49be4aca2f15cd3dd3ee80d97705..3a10254fae347267399b35b988fe137d94c1f3a8 100644
|
| --- a/chrome/browser/ui/views/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar_view.h
|
| @@ -76,6 +76,9 @@ class ToolbarView : public views::AccessiblePaneView,
|
| // Returns the view to which the bookmark bubble should be anchored.
|
| views::View* GetBookmarkBubbleAnchor();
|
|
|
| + // Returns the view to which the Translate bubble should be anchored.
|
| + views::View* GetTranslateBubbleAnchor();
|
| +
|
| // Accessors...
|
| Browser* browser() const { return browser_; }
|
| BrowserActionsContainer* browser_actions() const { return browser_actions_; }
|
|
|