mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Removed Back(), Forward(), CanBack(), and CanForward(). People wanting to do these things can use the nsIWebNavigation interface.
This commit is contained in:
parent
932354edc2
commit
381178b1ab
@ -193,10 +193,6 @@ public:
|
||||
/**
|
||||
* Load the previous document in the history list.
|
||||
*/
|
||||
NS_IMETHOD Back() = 0;
|
||||
NS_IMETHOD CanBack() = 0;
|
||||
NS_IMETHOD Forward() = 0;
|
||||
NS_IMETHOD CanForward() = 0;
|
||||
NS_IMETHOD GoTo(PRInt32 aHistoryIndex) = 0;
|
||||
NS_IMETHOD GetHistoryLength(PRInt32& aResult) = 0;
|
||||
NS_IMETHOD GetHistoryIndex(PRInt32& aResult) = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user