зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1223672 - NSec package cannot use device storage API. r=kchen
--HG-- extra : rebase_source : ac72a20aaf2bef9d6f33e3701b533f31b880ce5d
This commit is contained in:
Родитель
50390f9565
Коммит
247159320f
|
@ -1584,7 +1584,7 @@ ContentParent::ForwardKnownInfo()
|
|||
#ifdef MOZ_WIDGET_GONK
|
||||
InfallibleTArray<VolumeInfo> volumeInfo;
|
||||
RefPtr<nsVolumeService> vs = nsVolumeService::GetSingleton();
|
||||
if (vs && !mIsForBrowser) {
|
||||
if (vs) {
|
||||
vs->GetVolumesForIPC(&volumeInfo);
|
||||
Unused << SendVolumes(volumeInfo);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче