| Index: chrome/browser/ui/browser.h
|
| ===================================================================
|
| --- chrome/browser/ui/browser.h (revision 142698)
|
| +++ chrome/browser/ui/browser.h (working copy)
|
| @@ -772,7 +772,7 @@
|
| bool defer_load,
|
| content::SiteInstance* instance) const OVERRIDE;
|
| virtual bool CanDuplicateContentsAt(int index) OVERRIDE;
|
| - virtual void DuplicateContentsAt(int index) OVERRIDE;
|
| + virtual TabContents* DuplicateContentsAt(int index) OVERRIDE;
|
| virtual void CloseFrameAfterDragSession() OVERRIDE;
|
| virtual void CreateHistoricalTab(TabContents* contents) OVERRIDE;
|
| virtual bool RunUnloadListenerBeforeClosing(TabContents* contents) OVERRIDE;
|
|
|