IPC fixes for WebContents
This commit is contained in:
parent
1c648f9714
commit
7c8be94a6e
2 changed files with 36 additions and 14 deletions
|
@ -149,6 +149,9 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
void AddWorkSpace(mate::Arguments* args, const base::FilePath& path);
|
||||
void RemoveWorkSpace(mate::Arguments* args, const base::FilePath& path);
|
||||
|
||||
// IPC
|
||||
bool Send(IPC::Message* message);
|
||||
|
||||
// Editing commands.
|
||||
void Undo();
|
||||
void Redo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue