Index: chrome/browser/ui/browser_window.h |
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
index 227064c793fe92cff65037bdacc26703a6f49921..7ef85232c2a8cb027a93a08db83aeb25cb24c551 100644 |
--- a/chrome/browser/ui/browser_window.h |
+++ b/chrome/browser/ui/browser_window.h |
@@ -348,6 +348,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; |