Enable using external WebContents as devtools
This commit is contained in:
parent
aab35073ee
commit
5e4914700e
6 changed files with 87 additions and 44 deletions
|
@ -126,6 +126,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
void Print(mate::Arguments* args);
|
||||
std::vector<printing::PrinterBasicInfo> GetPrinterList();
|
||||
void SetEmbedder(const WebContents* embedder);
|
||||
void SetDevToolsWebContents(const WebContents* devtools);
|
||||
v8::Local<v8::Value> GetNativeView() const;
|
||||
|
||||
// Print current page as PDF.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue