Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Unified Diff: chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc

Issue 7717011: Get rid of static TabContentsView::Create function since the interface is in content, but the imp... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fix mac build Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc
===================================================================
--- chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc (revision 97919)
+++ chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc (working copy)
@@ -35,11 +35,6 @@
const char TabContentsViewTouch::kViewClassName[] =
"browser/ui/views/tab_contents/TabContentsViewTouch";
-// static
-TabContentsView* TabContentsView::Create(TabContents* tab_contents) {
- return new TabContentsViewTouch(tab_contents);
-}
-
TabContentsViewTouch::TabContentsViewTouch(TabContents* tab_contents)
: tab_contents_(tab_contents),
sad_tab_(NULL),
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_view_mac.mm ('k') | chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698