Updated to use nsIEmbeddingSiteWindow, sr=blizzard@mozilla.org b=68581

git-svn-id: svn://10.0.0.236/trunk@89495 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
locka%iol.ie
2001-03-13 12:21:34 +00:00
parent 94d7c14648
commit 8daaabb0f2
20 changed files with 541 additions and 499 deletions

View File

@@ -376,6 +376,12 @@ NS_IMETHODIMP nsContentTreeOwner::CreateBrowserWindow(PRUint32 aChromeFlags,
return NS_ERROR_FAILURE;
}
NS_IMETHODIMP nsContentTreeOwner::DestroyBrowserWindow()
{
NS_ERROR("Haven't Implemented this yet");
return NS_ERROR_FAILURE;
}
NS_IMETHODIMP nsContentTreeOwner::SizeBrowserTo(PRInt32 aCX, PRInt32 aCY)
{
NS_ERROR("Haven't Implemented this yet");