| 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 fd3de8eee2910ff0970a369063b0ab1c4269176d..a5333972567984922afbcbbbf111def152ea4fea 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| @@ -86,6 +86,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();
|
|
|
|
|