ViewsDelegate::CreateWebContents went away

see 1031314
This commit is contained in:
Jeremy Apthorp 2018-09-18 15:11:03 -07:00 committed by Aleksei Kuzmin
parent 2f75777fb6
commit f9ed25dd78
2 changed files with 0 additions and 9 deletions

View file

@ -86,12 +86,6 @@ void ViewsDelegate::AddRef() {}
void ViewsDelegate::ReleaseRef() {}
content::WebContents* ViewsDelegate::CreateWebContents(
content::BrowserContext* browser_context,
content::SiteInstance* site_instance) {
return NULL;
}
void ViewsDelegate::OnBeforeWidgetInit(
views::Widget::InitParams* params,
views::internal::NativeWidgetDelegate* delegate) {