summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_content_browser_client.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-30 01:36:27 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-30 01:36:27 +0000
commit72fd40554c56e5e5158e7205e8af3dc2421a7bbe (patch)
treec9d8c7ffcf4d2dc962da7c1c286bb980d6b129d6 /chrome/browser/chrome_content_browser_client.h
parent4851523d11d5274124032d374c220f632655d441 (diff)
downloadchromium_src-72fd40554c56e5e5158e7205e8af3dc2421a7bbe.zip
chromium_src-72fd40554c56e5e5158e7205e8af3dc2421a7bbe.tar.gz
chromium_src-72fd40554c56e5e5158e7205e8af3dc2421a7bbe.tar.bz2
Remove CreateViewForWidget from ContentBrowserClient now that all the RenderWidgetHostView implementations live in content. Before this was necessary because the Views one was in chrome. Now it's been replaced with an Aura one which is in content. This is basically a revert of 104546.
BUG=90442 Review URL: http://codereview.chromium.org/9015014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_content_browser_client.h')
-rw-r--r--chrome/browser/chrome_content_browser_client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index 16097cd..adfe863 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -17,8 +17,6 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
public:
virtual content::BrowserMainParts* CreateBrowserMainParts(
const content::MainFunctionParams& parameters) OVERRIDE;
- virtual RenderWidgetHostView* CreateViewForWidget(
- RenderWidgetHost* widget) OVERRIDE;
virtual TabContentsView* CreateTabContentsView(
TabContents* tab_contents) OVERRIDE;
virtual void RenderViewHostCreated(RenderViewHost* render_view_host) OVERRIDE;