Added implementation for GetPrimaryContentShell now that it was added to nsIDocShellTreeOwner. r=hyatt

git-svn-id: svn://10.0.0.236/trunk@59473 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net
2000-02-02 02:28:32 +00:00
parent 4916a4123f
commit 1b3ddbfdb1
2 changed files with 10 additions and 0 deletions

View File

@@ -127,6 +127,11 @@ NS_IMETHODIMP nsContentTreeOwner::ContentShellAdded(nsIDocShellTreeItem* aConten
return NS_OK;
}
NS_IMETHODIMP nsContentTreeOwner::GetPrimaryContentShell(nsIDocShellTreeItem** aShell)
{
return mXULWindow->GetPrimaryContentShell(aShell);
}
NS_IMETHODIMP nsContentTreeOwner::GetNewBrowserChrome(PRInt32 aChromeFlags,
nsIWebBrowserChrome** aWebBrowserChrome)
{