| 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 a146d0f709b952a7bc034ee6597683d6694d5a1b..1ddfc057d6d2f745d7f4cabf78bdc2a5eb6e3e83 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_; }
|
|
|