Updated paramaters to FindNamedBrowserChrome() and changed it to FindNamedBrowser() to reflect changes in the API.

This commit is contained in:
tbogard@aol.net
2000-03-15 04:34:29 +00:00
parent 3df78af87a
commit c1d94189a5
2 changed files with 4 additions and 4 deletions

View File

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