| Index: chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc (revision 97919)
|
| +++ chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc (working copy)
|
| @@ -32,11 +32,6 @@
|
| using WebKit::WebDragOperationsMask;
|
| using WebKit::WebInputEvent;
|
|
|
| -// static
|
| -TabContentsView* TabContentsView::Create(TabContents* tab_contents) {
|
| - return new TabContentsViewViews(tab_contents);
|
| -}
|
| -
|
| TabContentsViewViews::TabContentsViewViews(TabContents* tab_contents)
|
| : tab_contents_(tab_contents),
|
| native_tab_contents_view_(NULL),
|
|
|