Merge pull request #7157 from Mossop/moveguest
Allow moving a webcontents to a different webview
This commit is contained in:
commit
e3e450613d
12 changed files with 424 additions and 63 deletions
|
@ -102,6 +102,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
void SetAudioMuted(bool muted);
|
||||
bool IsAudioMuted();
|
||||
void Print(mate::Arguments* args);
|
||||
void SetEmbedder(const WebContents* embedder);
|
||||
|
||||
// Print current page as PDF.
|
||||
void PrintToPDF(const base::DictionaryValue& setting,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue