bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
git-svn-id: svn://10.0.0.236/trunk@178111 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
5cbba4b37e
commit
c0b972d7dc
@ -587,6 +587,15 @@ nsSHistory::GetCurrentURI(nsIURI** aResultURI)
|
||||
}
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsSHistory::GetReferingURI(nsIURI** aURI)
|
||||
{
|
||||
*aURI = nsnull;
|
||||
// Not implemented
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsSHistory::SetSessionHistory(nsISHistory* aSessionHistory)
|
||||
{
|
||||
@ -604,7 +613,11 @@ nsSHistory::GetSessionHistory(nsISHistory** aSessionHistory)
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsSHistory::LoadURI(const PRUnichar* aURI, PRUint32 aLoadFlags)
|
||||
nsSHistory::LoadURI(const PRUnichar* aURI,
|
||||
PRUint32 aLoadFlags,
|
||||
nsIURI* aReferingURI,
|
||||
nsIInputStream* aPostStream,
|
||||
nsIInputStream* aExtraHeaderStream)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user