| 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 16d4fdc2b39877b324ac51f41da52c259041de65..ac9d99725de911cece4171e694558eb05af6e6cd 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| @@ -74,6 +74,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 "Save credit card" bubble should be anchored.
|
| + views::View* GetSaveCreditCardBubbleAnchor();
|
| +
|
| // Returns the view to which the Translate bubble should be anchored.
|
| views::View* GetTranslateBubbleAnchor();
|
|
|
|
|