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

This commit is contained in:
mozilla.mano@sent.com
2006-12-20 22:34:51 +00:00
parent 75d8892b30
commit 8e9d230e3a
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;
}