FindNamedBrowser is now FindNamedBrowserItem and deals with nsIDocShellTreeItems instead of nsIWebBrowser.

This commit is contained in:
tbogard@aol.net
2000-03-28 09:54:25 +00:00
parent 0da6042f7d
commit 62cdd16e08

View File

@@ -275,8 +275,8 @@ NS_IMETHODIMP nsContentTreeOwner::GetNewBrowser(PRUint32 aChromeFlags,
return NS_ERROR_FAILURE;
}
NS_IMETHODIMP nsContentTreeOwner::FindNamedBrowser(const PRUnichar* aName,
nsIWebBrowser** aWebBrowser)
NS_IMETHODIMP nsContentTreeOwner::FindNamedBrowserItem(const PRUnichar* aName,
nsIDocShellTreeItem** aBrowserItem)
{
NS_ERROR("Haven't Implemented this yet");
return NS_ERROR_FAILURE;