diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-24 22:46:15 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-24 22:46:15 +0800 |
commit | b5c21fd39fe8b7b33e673fbb2470e0284ec93c43 (patch) | |
tree | aabf46400934a86ac11cd4f50f2fb0107b5281f8 /embed/mozilla/GlobalHistory.cpp | |
parent | 101b005bf0f3d7af7e837c86d86aeff777c2618c (diff) | |
download | gsoc2013-epiphany-b5c21fd39fe8b7b33e673fbb2470e0284ec93c43.tar gsoc2013-epiphany-b5c21fd39fe8b7b33e673fbb2470e0284ec93c43.tar.gz gsoc2013-epiphany-b5c21fd39fe8b7b33e673fbb2470e0284ec93c43.tar.bz2 gsoc2013-epiphany-b5c21fd39fe8b7b33e673fbb2470e0284ec93c43.tar.lz gsoc2013-epiphany-b5c21fd39fe8b7b33e673fbb2470e0284ec93c43.tar.xz gsoc2013-epiphany-b5c21fd39fe8b7b33e673fbb2470e0284ec93c43.tar.zst gsoc2013-epiphany-b5c21fd39fe8b7b33e673fbb2470e0284ec93c43.zip |
Api change
2003-06-24 Marco Pesenti Gritti <marco@it.gnome.org>
* embed/mozilla/GlobalHistory.cpp:
Api change
Diffstat (limited to 'embed/mozilla/GlobalHistory.cpp')
-rw-r--r-- | embed/mozilla/GlobalHistory.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp index 65091725f..24aff6f7f 100644 --- a/embed/mozilla/GlobalHistory.cpp +++ b/embed/mozilla/GlobalHistory.cpp @@ -90,6 +90,13 @@ NS_IMETHODIMP MozGlobalHistory::GetLastPageVisited(char **aLastPageVisited) return NS_ERROR_NOT_IMPLEMENTED; } +#if MOZILLA_SNAPSHOT > 8 +NS_IMETHODIMP MozGlobalHistory::SetLastPageVisited(const char *aLastPageVisited) +{ + return NS_ERROR_NOT_IMPLEMENTED; +} +#endif + NS_IMETHODIMP MozGlobalHistory::HidePage(const char *url) { return NS_ERROR_NOT_IMPLEMENTED; |