Use Chrome's navigation controller for in-page navigations
This commit is contained in:
parent
4d1cd7e15f
commit
40631edb70
3 changed files with 31 additions and 10 deletions
|
@ -53,6 +53,9 @@ class WebContents : public mate::EventEmitter,
|
|||
bool IsWaitingForResponse() const;
|
||||
void Stop();
|
||||
void ReloadIgnoringCache();
|
||||
void GoBack();
|
||||
void GoForward();
|
||||
void GoToIndex();
|
||||
int GetRoutingID() const;
|
||||
int GetProcessID() const;
|
||||
bool IsCrashed() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue