diff options
Diffstat (limited to 'chrome_frame/chrome_frame_delegate.h')
-rw-r--r-- | chrome_frame/chrome_frame_delegate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame_delegate.h b/chrome_frame/chrome_frame_delegate.h index ebde626..2c8acd9 100644 --- a/chrome_frame/chrome_frame_delegate.h +++ b/chrome_frame/chrome_frame_delegate.h @@ -91,6 +91,7 @@ class ChromeFrameDelegateImpl : public ChromeFrameDelegate { const std::string& cookie) {} virtual void OnAttachExternalTab(int tab_handle, intptr_t cookie, int disposition) {} + virtual void OnGoToHistoryEntryOffset(int tab_handle, int offset) {} }; #endif // CHROME_FRAME_CHROME_FRAME_DELEGATE_H_ |