зеркало из https://github.com/mozilla/gecko-dev.git
Bug 790547 - Part 2: Add SendEventDownload in IccManager. r=smaug
This commit is contained in:
Родитель
b9a3cdedc7
Коммит
098b699eba
|
@ -137,6 +137,17 @@ IccManager::SendStkMenuSelection(uint16_t aItemIdentifier, bool aHelpRequested)
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
IccManager::SendStkEventDownload(const JS::Value& aEvent)
|
||||
{
|
||||
if (!mProvider) {
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
mProvider->SendStkEventDownload(GetOwner(), aEvent);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsresult
|
||||
IccManager::InternalDispatchEvent(const nsAString& aType)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче