Index: chrome/browser/ui/browser_window.h |
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
index 95ffcad2619ed3ab662f63ebf3366cd4eb15d2c8..ae203b085bb7c86e5acb4c0f997584d4f50b2f7b 100644 |
--- a/chrome/browser/ui/browser_window.h |
+++ b/chrome/browser/ui/browser_window.h |
@@ -355,6 +355,9 @@ class BrowserWindow { |
virtual void ShowAvatarBubble(TabContents* tab_contents, |
const gfx::Rect& rect) = 0; |
+ // Shows the avatar bubble on the window frame off of the avatar button. |
+ virtual void ShowAvatarBubbleFromAvatarButton() = 0; |
+ |
protected: |
friend class BrowserList; |
friend class BrowserView; |