Make history.go work

This commit is contained in:
Cheng Zhao 2015-05-11 16:44:01 +08:00
parent 2bb7497312
commit e817192df3
4 changed files with 14 additions and 2 deletions

View file

@ -55,7 +55,7 @@ class WebContents : public mate::EventEmitter,
void ReloadIgnoringCache();
void GoBack();
void GoForward();
void GoToIndex();
void GoToOffset(int offset);
int GetRoutingID() const;
int GetProcessID() const;
bool IsCrashed() const;