| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 7a2e7f744225f4f35b8abeaf9a32abd0ed2c7daa..0bdf37937aaf54f1086f425706e4f53e619c4b9c 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -353,6 +353,12 @@ class BrowserWindow {
|
| // Construct a BrowserWindow implementation for the specified |browser|.
|
| static BrowserWindow* CreateBrowserWindow(Browser* browser);
|
|
|
| + // Shows the avatar bubble inside |tab_contents|. The bubble is positioned
|
| + // relative to |rect|. |rect| should be in the |tab_contents| coordinate
|
| + // system.
|
| + virtual void ShowAvatarBubble(TabContents* tab_contents,
|
| + const gfx::Rect& rect) = 0;
|
| +
|
| protected:
|
| friend class BrowserList;
|
| friend class BrowserView;
|
|
|