summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_delegate.h
diff options
context:
space:
mode:
authorstoyan@google.com <stoyan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-13 14:56:38 +0000
committerstoyan@google.com <stoyan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-13 14:56:38 +0000
commitf9cc4c4597f2455409008a76d88ed11dbe05796a (patch)
tree3d1df599805bde20ebfc063c9da87637bb240e08 /chrome_frame/chrome_frame_delegate.h
parent2884a003274a81a3d67a0af97070c427e5ff8956 (diff)
downloadchromium_src-f9cc4c4597f2455409008a76d88ed11dbe05796a.zip
chromium_src-f9cc4c4597f2455409008a76d88ed11dbe05796a.tar.gz
chromium_src-f9cc4c4597f2455409008a76d88ed11dbe05796a.tar.bz2
This CL is for the needs of ChromeFrame.
TabContentsDelegate implementation may override navigations caused by JsvaScript history object. Yet not perfect since webkit view of navigation stack differs from the view of external-non-Chrome-host-browser. We have to provide the full stack from host-browser (+visited links alongside) in the same way as Chrome-browser provides it to renderer. BUG=24004 Review URL: http://codereview.chromium.org/261046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28818 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_delegate.h')
-rw-r--r--chrome_frame/chrome_frame_delegate.h1
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_