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

Unified Diff: content/shell/shell_content_browser_client.h

Issue 9700023: Move creation of content TabContentsViews to content so that we can hide these headers through DEPS… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 9 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/shell/shell_content_browser_client.h
===================================================================
--- content/shell/shell_content_browser_client.h (revision 126521)
+++ content/shell/shell_content_browser_client.h (working copy)
@@ -27,8 +27,10 @@
virtual BrowserMainParts* CreateBrowserMainParts(
const content::MainFunctionParams& parameters) OVERRIDE;
- virtual WebContentsView* CreateWebContentsView(
+ virtual WebContentsView* OverrideCreateWebContentsView(
WebContents* web_contents) OVERRIDE;
+ virtual WebContentsViewDelegate* GetWebContentsViewDelegate(
+ WebContents* web_contents) OVERRIDE;
virtual void RenderViewHostCreated(
RenderViewHost* render_view_host) OVERRIDE;
virtual void RenderProcessHostCreated(

Powered by Google App Engine
This is Rietveld 408576698