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

@@ -625,3 +625,9 @@ nsGNOMEShellService::OpenApplicationWithURI(nsILocalFile* aApplication, const ns
PRUint32 pid;
return process->Run(PR_FALSE, &specStr, 1, &pid);
}
NS_IMETHODIMP
nsGNOMEShellService::GetDefaultFeedReader(nsILocalFile** _retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}