Adding focus passing method to nsIWebShellContainer

git-svn-id: svn://10.0.0.236/trunk@14181 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joki%netscape.com
1998-11-06 01:30:07 +00:00
parent a29da299d7
commit b7f7229b49
11 changed files with 48 additions and 0 deletions

View File

@@ -160,6 +160,11 @@ CWebShellContainer::FindWebShellWithName(const PRUnichar* aName, nsIWebShell*& a
return NS_ERROR_FAILURE;
}
NS_IMETHODIMP
CWebShellContainer::FocusAvailable(nsIWebShell* aFocusedWebShell)
{
return NS_OK;
}
///////////////////////////////////////////////////////////////////////////////
// nsIStreamObserver implementation