Bug 792443 - hal::RegisterSystemTimeChangeObserver should register the observer through sandbox, r=jlebar

This commit is contained in:
Steven Lee
2012-09-23 13:00:32 -04:00
parent d81426815e
commit 592bfca960
6 changed files with 72 additions and 13 deletions

View File

@@ -24,5 +24,14 @@ GetTimezone()
return EmptyCString();
}
void
EnableSystemTimeChangeNotifications()
{
}
void
DisableSystemTimeChangeNotifications()
{
}
} // namespace hal_impl
} // namespace mozilla