| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 966b400244a06d406e6be909d0e1898c00746767..94e33796184012859d94e9493f81ec60cfc0bc10 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -1048,6 +1048,8 @@ class Browser : public TabHandlerDelegate,
|
| content::WebIntentsDispatcher* intents_dispatcher) OVERRIDE;
|
| virtual void UpdatePreferredSize(content::WebContents* source,
|
| const gfx::Size& pref_size) OVERRIDE;
|
| + virtual void ResizeDueToAutoResize(content::WebContents* source,
|
| + const gfx::Size& new_size) OVERRIDE;
|
|
|
| virtual void FindReply(content::WebContents* tab,
|
| int request_id,
|
|
|