Add webContents.focus
This commit is contained in:
parent
9ec60cd585
commit
9bb87af66b
2 changed files with 14 additions and 0 deletions
|
@ -96,6 +96,10 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
void Replace(const base::string16& word);
|
||||
void ReplaceMisspelling(const base::string16& word);
|
||||
|
||||
// Focus.
|
||||
void Focus();
|
||||
void TabTraverse(bool reverse);
|
||||
|
||||
// Sending messages to browser.
|
||||
bool SendIPCMessage(const base::string16& channel,
|
||||
const base::ListValue& args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue