Add signal handler for low disk notification

Cryptohome polls every minute for remaining disk space and emits a DBus
signal if the remaining space is lower than a given threshold.  This
patch adds a handler that will call the specified callback when this
signal is received.

BUG=622590
TEST=unit tests in following CL to implement notifications

Review-Url: https://codereview.chromium.org/2101853002
Cr-Commit-Position: refs/heads/master@{#403089}
5 files changed