mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1223672 - NSec package cannot use device storage API. r=kchen
--HG-- extra : rebase_source : ac72a20aaf2bef9d6f33e3701b533f31b880ce5d
This commit is contained in:
parent
50390f9565
commit
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user