Index: content/browser/tab_contents/tab_contents_view.h |
diff --git a/content/browser/tab_contents/tab_contents_view.h b/content/browser/tab_contents/tab_contents_view.h |
index bbc6d3b98fc2805b96d0b31e0a90bb252d968e43..f5c58beaab1413ec2b11d1535dd40528ff11c447 100644 |
--- a/content/browser/tab_contents/tab_contents_view.h |
+++ b/content/browser/tab_contents/tab_contents_view.h |
@@ -27,11 +27,6 @@ class TabContentsView : public RenderViewHostDelegate::View { |
public: |
virtual ~TabContentsView(); |
- // Creates the appropriate type of TabContentsView for the current system. |
- // The return value is a new heap allocated view with ownership passing to |
- // the caller. |
- static TabContentsView* Create(TabContents* tab_contents); |
- |
virtual void CreateView(const gfx::Size& initial_size) = 0; |
// Sets up the View that holds the rendered web page, receives messages for |