| Index: chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view_gtk.cc (revision 97919)
|
| +++ chrome/browser/tab_contents/tab_contents_view_gtk.cc (working copy)
|
| @@ -78,11 +78,6 @@
|
|
|
| } // namespace
|
|
|
| -// static
|
| -TabContentsView* TabContentsView::Create(TabContents* tab_contents) {
|
| - return new TabContentsViewGtk(tab_contents);
|
| -}
|
| -
|
| TabContentsViewGtk::TabContentsViewGtk(TabContents* tab_contents)
|
| : tab_contents_(tab_contents),
|
| floating_(gtk_floating_container_new()),
|
|
|