| Index: chrome/browser/ui/chrome_bubble_manager.h
|
| diff --git a/chrome/browser/ui/chrome_bubble_manager.h b/chrome/browser/ui/chrome_bubble_manager.h
|
| index bdba710dcd5413c0528b90ab7f8d3c4617499196..789649b1efae11256b4e21b785f3c6179edb2e21 100644
|
| --- a/chrome/browser/ui/chrome_bubble_manager.h
|
| +++ b/chrome/browser/ui/chrome_bubble_manager.h
|
| @@ -27,6 +27,8 @@ class ChromeBubbleManager : public BubbleManager,
|
| void NavigationEntryCommitted(content::WebContents* context,
|
| const content::LoadCommittedDetails& details);
|
| void WebContentsDestroyed(content::WebContents* context);
|
| + void UpdateAnchorPosition(content::WebContents* context);
|
| + void UserDismissBubbles(content::WebContents* context);
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ChromeBubbleManager);
|
|
|