| Index: chrome/browser/ui/panels/panel.cc
|
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
|
| index d54436256d163c5ff15201a994c18d85d95a978f..4fc2da58da487e6d3d9e5c748eef491a1aec4110 100644
|
| --- a/chrome/browser/ui/panels/panel.cc
|
| +++ b/chrome/browser/ui/panels/panel.cc
|
| @@ -488,6 +488,11 @@ void Panel::UpdatePreferredSize(TabContents* tab_contents,
|
| native_panel_->WindowSizeFromContentSize(pref_size));
|
| }
|
|
|
| +void Panel::ShowAvatarBubble(TabContents* tab_contents, const gfx::Rect& rect) {
|
| + // Panels will never show a new tab page so this should never be called.
|
| + NOTREACHED();
|
| +}
|
| +
|
| void Panel::Observe(int type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {
|
|
|