ViewsDelegate::CreateWebContents went away
see https://chromium-review.googlesource.com/c/chromium/src/+/1031314
This commit is contained in:
parent
2f75777fb6
commit
f9ed25dd78
2 changed files with 0 additions and 9 deletions
|
@ -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) {
|
||||
|
|
|
@ -46,9 +46,6 @@ class ViewsDelegate : public views::ViewsDelegate {
|
|||
views::Widget* widget) override;
|
||||
void AddRef() override;
|
||||
void ReleaseRef() override;
|
||||
content::WebContents* CreateWebContents(
|
||||
content::BrowserContext* browser_context,
|
||||
content::SiteInstance* site_instance) override;
|
||||
void OnBeforeWidgetInit(
|
||||
views::Widget::InitParams* params,
|
||||
views::internal::NativeWidgetDelegate* delegate) override;
|
||||
|
|
Loading…
Add table
Reference in a new issue