Bug 1085383 - Allow FM radio tuning to be run on a separate thread, r=dhylands

This commit is contained in:
Michael Wu 2014-11-13 14:11:03 +08:00
parent dfe0d0a367
commit 3bb4a309fc

View File

@ -1072,7 +1072,6 @@ DisableFMRadio() {
void
FMRadioSeek(const FMRadioSeekDirection& aDirection) {
AssertMainThread();
PROXY_IF_SANDBOXED(FMRadioSeek(aDirection));
}
@ -1084,7 +1083,6 @@ GetFMRadioSettings(FMRadioSettings* aInfo) {
void
SetFMRadioFrequency(const uint32_t aFrequency) {
AssertMainThread();
PROXY_IF_SANDBOXED(SetFMRadioFrequency(aFrequency));
}