Enable getting a window according to its attached devtools.

This commit is contained in:
Cheng Zhao 2014-04-04 22:28:18 +08:00
parent 86ebd6e8e3
commit f5fc26d8fc
3 changed files with 25 additions and 0 deletions

View file

@ -103,6 +103,9 @@ class Window : public EventEmitter,
static void GetProcessID(const v8::FunctionCallbackInfo<v8::Value>& args);
static void IsCrashed(const v8::FunctionCallbackInfo<v8::Value>& args);
// APIs for devtools.
static void GetDevTools(const v8::FunctionCallbackInfo<v8::Value>& args);
// APIs for NavigationController.
static void LoadURL(const v8::FunctionCallbackInfo<v8::Value>& args);
static void GetURL(const v8::FunctionCallbackInfo<v8::Value>& args);