Inherit owner window in devtools
This commit is contained in:
parent
1045bbc861
commit
ca40ea8e2f
3 changed files with 12 additions and 1 deletions
|
@ -34,6 +34,8 @@ class CommonWebContentsDelegate
|
|||
|
||||
// Set the window as owner window.
|
||||
void SetOwnerWindow(NativeWindow* owner_window);
|
||||
void SetOwnerWindow(content::WebContents* web_contents,
|
||||
NativeWindow* owner_window);
|
||||
|
||||
// Destroy the managed InspectableWebContents object.
|
||||
void DestroyWebContents();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue