Add getter for devToolsWebContents.
This commit is contained in:
parent
00ed814962
commit
c5f8fbf471
5 changed files with 14 additions and 26 deletions
|
@ -106,10 +106,6 @@ class Window : public mate::EventEmitter,
|
|||
mate::Handle<WebContents> GetWebContents(v8::Isolate* isolate) const;
|
||||
mate::Handle<WebContents> GetDevToolsWebContents(v8::Isolate* isolate) const;
|
||||
|
||||
// APIs for devtools.
|
||||
mate::Dictionary GetDevTools(v8::Isolate* isolate);
|
||||
void ExecuteJavaScriptInDevTools(const std::string& code);
|
||||
|
||||
// APIs for NavigationController.
|
||||
void LoadURL(const GURL& url);
|
||||
bool CanGoBack();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue