mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Add getter for devToolsWebContents.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user