Bug 355120 - Move default feed reader code to shellsvc. r=gavin.

git-svn-id: svn://10.0.0.236/trunk@217268 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com
2006-12-20 22:34:51 +00:00
parent 28ce10d978
commit a0f3b04b72
6 changed files with 100 additions and 104 deletions

View File

@@ -497,3 +497,8 @@ nsMacShellService::OpenApplicationWithURI(nsILocalFile* aApplication, const nsAC
return err != noErr ? NS_ERROR_FAILURE : NS_OK;
}
NS_IMETHODIMP
nsMacShellService::GetDefaultFeedReader(nsILocalFile** _retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}