| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index 473b305cf580d7bfb904fe533e510f5236274655..96a5be9718fc4b3404055ecf677b668f0cc5793f 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -182,8 +182,8 @@ class Panel : public BrowserWindow,
|
| virtual void ShowMobileSetup() OVERRIDE;
|
| virtual void ShowKeyboardOverlay(gfx::NativeWindow owning_window) OVERRIDE;
|
| #endif
|
| - virtual void UpdatePreferredSize(content::WebContents* web_contents,
|
| - const gfx::Size& pref_size) OVERRIDE;
|
| + virtual void ResizeDueToAutoResize(content::WebContents* web_contents,
|
| + const gfx::Size& new_size) OVERRIDE;
|
| virtual void ShowAvatarBubble(content::WebContents* web_contents,
|
| const gfx::Rect& rect) OVERRIDE;
|
| virtual void ShowAvatarBubbleFromAvatarButton() OVERRIDE;
|
|
|