Remove NativeWindow::GetWebContents

This commit is contained in:
Cheng Zhao 2015-06-25 14:54:00 +08:00
parent 01dc0f973c
commit 9f52b11761
7 changed files with 25 additions and 44 deletions

View file

@ -167,8 +167,6 @@ class NativeWindow : public content::WebContentsObserver,
return weak_factory_.GetWeakPtr();
}
content::WebContents* GetWebContents() const;
// Requests the WebContents to close, can be cancelled by the page.
virtual void RequestToClosePage();