| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index ccd1b6f2123f5c28d7f190375bea8b7a4a9fe148..615c934b397d93bb6db8e71c66e0da954c30cb97 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -358,12 +358,6 @@ class BrowserWindow : public ui::BaseWindow {
|
| static chrome::HostDesktopType AdjustHostDesktopType(
|
| chrome::HostDesktopType desktop_type);
|
|
|
| - // Shows the avatar bubble inside |web_contents|. The bubble is positioned
|
| - // relative to |rect|. |rect| should be in the |web_contents| coordinate
|
| - // system.
|
| - virtual void ShowAvatarBubble(content::WebContents* web_contents,
|
| - const gfx::Rect& rect) = 0;
|
| -
|
| // Shows the avatar bubble on the window frame off of the avatar button with
|
| // the given mode. The Service Type specified by GAIA is provided as well.
|
| enum AvatarBubbleMode {
|
|
|