Remove NativeWindow::FromWebContents
This commit is contained in:
parent
eea4e60b73
commit
702f1631a3
4 changed files with 11 additions and 19 deletions
|
@ -64,9 +64,6 @@ class NativeWindow : public base::SupportsUserData,
|
|||
const mate::Dictionary& options,
|
||||
NativeWindow* parent = nullptr);
|
||||
|
||||
// Find a window from its WebContents
|
||||
static NativeWindow* FromWebContents(content::WebContents* web_contents);
|
||||
|
||||
void InitFromOptions(const mate::Dictionary& options);
|
||||
|
||||
virtual void Close() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue