| Index: chrome/browser/ui/panels/panel.cc
|
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
|
| index 74e1f1a2412a87faf16880a1ab1ac0c777e242e5..68b31e6e782e41fdef7f7c5a8d0e10bf1cd7e5b0 100644
|
| --- a/chrome/browser/ui/panels/panel.cc
|
| +++ b/chrome/browser/ui/panels/panel.cc
|
| @@ -527,6 +527,11 @@ void Panel::ShowAvatarBubble(TabContents* tab_contents, const gfx::Rect& rect) {
|
| NOTREACHED();
|
| }
|
|
|
| +void Panel::ShowAvatarBubbleFromAvatarButton() {
|
| + // Panels will never show an avatar button so this should never be called.
|
| + NOTREACHED();
|
| +}
|
| +
|
| void Panel::Observe(int type,
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) {
|
|
|