Bug 822620: Disable Notification Center support for Firefox 19 and 20, it isn't ready. r=dougt

This commit is contained in:
Josh Aas 2012-12-31 14:16:57 -05:00
parent c041cade0b
commit 63136aaa88

View File

@ -100,6 +100,9 @@ NS_INTERFACE_MAP_END_THREADSAFE
nsresult
nsMacAlertsService::Init()
{
// Notification Center support isn't ready, don't use it.
return NS_ERROR_NOT_AVAILABLE;
/*
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
nsresult rv;
@ -126,6 +129,7 @@ nsMacAlertsService::Init()
return rv;
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
*/
}
nsresult