| Index: chrome/browser/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
|
| index fe5bab96185f557121408b7f0dce656da0ba2149..1e419d7fbbeae47f3d8ea4c07607fac1705120f7 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -670,13 +670,6 @@ class TabContents : public PageNavigator,
|
| // Returns true if underlying TabContentsView should accept drag-n-drop.
|
| bool ShouldAcceptDragAndDrop() const;
|
|
|
| - // Creates a duplicate of this TabContents. The returned TabContents is
|
| - // configured such that the renderer has not been loaded (it'll load the first
|
| - // time it is selected).
|
| - // This is intended for use with apps.
|
| - // The caller owns the returned object.
|
| - TabContents* CloneAndMakePhantom();
|
| -
|
| // Indicates if this tab was explicitly closed by the user (control-w, close
|
| // tab menu item...). This is false for actions that indirectly close the tab,
|
| // such as closing the window. The setter is maintained by TabStripModel, and
|
|
|