Use Chrome's navigation controller for in-page navigations

This commit is contained in:
Cheng Zhao 2015-05-11 14:30:26 +08:00
parent 4d1cd7e15f
commit 40631edb70
3 changed files with 31 additions and 10 deletions

View file

@ -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;