author | Ehsan Akhgari <ehsan.akhgari@gmail.com> |
Thu, 06 Feb 2014 13:28:14 -0500 | |
changeset 185569 | 20a329b254aed056453d859c65a13639c293d433 |
parent 143267 | 1683f7d9f105bb0a5e922294b3951b4df9c3017b |
permissions | -rw-r--r-- |
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ namespace mozilla { namespace hal_impl { void StartDiskSpaceWatcher() { } void StopDiskSpaceWatcher() { } } // namespace hal_impl } // namespace mozilla