| Index: chrome/browser/ui/tabs/tab_strip_model_delegate.h
|
| ===================================================================
|
| --- chrome/browser/ui/tabs/tab_strip_model_delegate.h (revision 142698)
|
| +++ chrome/browser/ui/tabs/tab_strip_model_delegate.h (working copy)
|
| @@ -78,7 +78,7 @@
|
|
|
| // Duplicates the contents at the provided index and places it into its own
|
| // window.
|
| - virtual void DuplicateContentsAt(int index) = 0;
|
| + virtual TabContents* DuplicateContentsAt(int index) = 0;
|
|
|
| // Called when a drag session has completed and the frame that initiated the
|
| // the session should be closed.
|
|
|