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

Unified Diff: content/browser/content_browser_client.h

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: content/browser/content_browser_client.h
===================================================================
--- content/browser/content_browser_client.h (revision 97919)
+++ content/browser/content_browser_client.h (working copy)
@@ -28,6 +28,7 @@
class SSLClientAuthHandler;
class SkBitmap;
class TabContents;
+class TabContentsView;
class WorkerProcessHost;
struct DesktopNotificationHostMsg_Show_Params;
struct WebPreferences;
@@ -68,6 +69,8 @@
public:
virtual ~ContentBrowserClient() {}
+ virtual TabContentsView* CreateTabContentsView(TabContents* tab_contents) = 0;
+
// Notifies that a new RenderHostView has been created.
virtual void RenderViewHostCreated(RenderViewHost* render_view_host) = 0;
« no previous file with comments | « chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc ('k') | content/browser/mock_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698