| Index: chrome/browser/ui/views/toolbar/toolbar_view.h
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| index c8914bd29fbd3043b76298c0f38a3a0a481fe085..d3f88aa063e7bb14b0bd37ef45b25c687fd50721 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| @@ -81,6 +81,11 @@ class ToolbarView : public views::AccessiblePaneView,
|
| // Returns the view to which the Translate bubble should be anchored.
|
| views::View* GetTranslateBubbleAnchor();
|
|
|
| + // Adds |anchor_view| as an observer of |bubble_widget| to track its
|
| + // visibility.
|
| + void OnBubbleCreatedForAnchor(views::View* anchor_view,
|
| + views::Widget* bubble_widget);
|
| +
|
| // Executes |command| registered by |extension|.
|
| void ExecuteExtensionCommand(const extensions::Extension* extension,
|
| const extensions::Command& command);
|
|
|