Bug 895964 - "Could not create service for entry Disk Space Watcher Service" r=bent

This commit is contained in:
Fabrice Desré 2014-02-16 17:31:33 -08:00
parent 1ccf9fb4a8
commit e8873cb768

View File

@ -147,7 +147,9 @@ static const mozilla::Module::ContractIDEntry kDiskSpaceWatcherContracts[] = {
};
static const mozilla::Module::CategoryEntry kDiskSpaceWatcherCategories[] = {
#ifdef MOZ_WIDGET_GONK
{ "profile-after-change", "Disk Space Watcher Service", DISKSPACEWATCHER_CONTRACTID },
#endif
{ nullptr }
};