diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-11-08 10:49:03 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-11-08 10:49:03 +0100 |
commit | 60c83971fb19dea49beab3a02c8913f75f62ad09 (patch) | |
tree | 90b3528a725b148a1e05f3a5a520ca3d336ca0d9 /hal/Hal.h | |
parent | aff468a486995dd7a31aca182666aeb6da713467 (diff) | |
download | uxp-60c83971fb19dea49beab3a02c8913f75f62ad09.tar.gz |
Issue #1263 - Part 1: Remove DiskSpaceWatcher
Diffstat (limited to 'hal/Hal.h')
-rw-r--r-- | hal/Hal.h | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -477,20 +477,6 @@ void StartForceQuitWatchdog(hal::ShutdownMode aMode, int32_t aTimeoutSecs); void FactoryReset(mozilla::dom::FactoryResetReason& aReason); /** - * Start monitoring disk space for low space situations. - * - * This API is currently only allowed to be used from the main process. - */ -void StartDiskSpaceWatcher(); - -/** - * Stop monitoring disk space for low space situations. - * - * This API is currently only allowed to be used from the main process. - */ -void StopDiskSpaceWatcher(); - -/** * Get total system memory of device being run on in bytes. * * Returns 0 if we are unable to determine this information from /proc/meminfo. |