Index: chrome/browser/ui/panels/panel.h |
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h |
index b464b83bf03c9fb38ce91ca1743b140261ebdfb4..f5e7d9d84c5b191ec3926c35729f3d51c6c391b5 100644 |
--- a/chrome/browser/ui/panels/panel.h |
+++ b/chrome/browser/ui/panels/panel.h |
@@ -183,8 +183,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; |