| 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;
|
|
|
|
|